added Booleanish
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
export type Booleanish = boolean | "true" | "false";
|
||||||
|
|
||||||
export interface Event {
|
export interface Event {
|
||||||
id: string;
|
id: string;
|
||||||
title: string;
|
title: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user