Append null to TODO type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type ID = string;
|
||||
export type DateString = string;
|
||||
|
||||
type TODO = Record<string, any>;
|
||||
type TODO = Record<string, any> | null;
|
||||
|
||||
export type User = {
|
||||
id: ID;
|
||||
|
Reference in New Issue
Block a user