Skip to content

Commit 7ef0939

Browse files
committed
Update types
1 parent d8d109b commit 7ef0939

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/js/types/generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export type CommandFormData = {
9898
layout: FormLayoutData | null;
9999
locales: Array<string> | null;
100100
pageAlert: PageAlertData | null;
101+
_rawData: Array<any> | null;
101102
};
102103
export type CommandResponseData =
103104
| { action: "link"; link: string; openInNewTab: boolean }

0 commit comments

Comments
 (0)