We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ead901 commit 7b2b6a7Copy full SHA for 7b2b6a7
1 file changed
lib/interact-for-custom-metadata.ts
@@ -5,7 +5,7 @@ export const interactForCustomMetadata = async (
5
custom_metadata: CustomMetadata
6
) => {
7
const seam = await getSeam()
8
- const updated_custom_metadata: { [key: string]: string | boolean | null } = {
+ const updated_custom_metadata: CustomMetadata = {
9
...custom_metadata,
10
}
11
0 commit comments