coolify/resources/js/global.d.ts
2026-03-04 21:48:17 +01:00

11 lines
243 B
TypeScript

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