coolify/resources/js/global.d.ts

10 lines
265 B
TypeScript

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