Skip to content
Snippets Groups Projects
Unverified Commit 3557741f authored by marihachi's avatar marihachi Committed by GitHub
Browse files

Append null to TODO type

parent 9d89314a
No related branches found
No related tags found
No related merge requests found
export type ID = string;
export type DateString = string;
type TODO = Record<string, any>;
type TODO = Record<string, any> | null;
export type User = {
id: ID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment