We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d109b commit 7ef0939Copy full SHA for 7ef0939
1 file changed
resources/js/types/generated.d.ts
@@ -98,6 +98,7 @@ export type CommandFormData = {
98
layout: FormLayoutData | null;
99
locales: Array<string> | null;
100
pageAlert: PageAlertData | null;
101
+ _rawData: Array<any> | null;
102
};
103
export type CommandResponseData =
104
| { action: "link"; link: string; openInNewTab: boolean }
0 commit comments