added Booleanish

This commit is contained in:
2023-04-23 15:41:41 +10:00
parent eca89358db
commit e53d8c14a9

View File

@@ -1,3 +1,5 @@
export type Booleanish = boolean | "true" | "false";
export interface Event { export interface Event {
id: string; id: string;
title: string; title: string;