Skip to content

Commit

Permalink
Update packages/core/types/zapier.generated.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fokke Zandbergen <[email protected]>
  • Loading branch information
rnegron and FokkeZB authored Nov 19, 2024
1 parent 1126671 commit 23bf1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/types/zapier.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export type FieldChoices =
* [Docs: FieldMetaSchema](https://github.com/zapier/zapier-platform/blob/main/packages/schema/docs/build/schema.md#FieldMetaSchema)
*/
export interface FieldMeta {
[k: string]: string | number | boolean | null;
[k: string]: string | number | boolean;
}

/**
Expand Down

0 comments on commit 23bf1fe

Please sign in to comment.