diff --git a/resources/js/helpers/api.types.ts b/resources/js/helpers/api.types.ts index 339fa2c..561a139 100644 --- a/resources/js/helpers/api.types.ts +++ b/resources/js/helpers/api.types.ts @@ -1,3 +1,5 @@ +export type Booleanish = boolean | "true" | "false"; + export interface Event { id: string; title: string;