Skip to content

Commit

Permalink
updated order
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Dec 15, 2024
1 parent acd9881 commit 02e243d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type ConfigProps = {
};
orderRef?: string;
returnRef?: string;
orderData?: OrderDataModel;
orderData?: OrderDataModel | null;
};
export declare const initialize: Initializer<ConfigProps>;
export declare const config: import('@dropins/tools/types/elsie/src/lib').Config<ConfigProps>;
Expand Down
Loading

0 comments on commit 02e243d

Please sign in to comment.