Skip to content

Commit 7b2b6a7

Browse files
committed
use CustomMetadata type
1 parent 9ead901 commit 7b2b6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/interact-for-custom-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const interactForCustomMetadata = async (
55
custom_metadata: CustomMetadata
66
) => {
77
const seam = await getSeam()
8-
const updated_custom_metadata: { [key: string]: string | boolean | null } = {
8+
const updated_custom_metadata: CustomMetadata = {
99
...custom_metadata,
1010
}
1111

0 commit comments

Comments
 (0)