coolify/resources/js/global.d.ts

11 lines
292 B
TypeScript

declare module "@inertiajs/core" {
export interface InertiaConfig {
sharedPageProps: {
appName: string
}
// flashDataType: {
// toast?: { type: "success" | "error"; message: string };
// };
errorValueType: string[];
}
}