Skip to content

Commit

Permalink
Improve withSearch type
Browse files Browse the repository at this point in the history
Co-authored-by: Kola Erinoso <[email protected]>
  • Loading branch information
tkcranny and kola-er authored Nov 21, 2024
1 parent 31d5aed commit c5c599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/types/zapier.custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export interface Bundle<InputData = { [x: string]: any }> {
* When a create is called as part of a search-or-create step,
* this will be the key of the search.
*/
withSearch: string | undefined;
withSearch?: string;

/**
* The timezone the user has configured for their account or
Expand Down

0 comments on commit c5c599d

Please sign in to comment.