strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -67,5 +67,5 @@ export type IPoll = {
|
||||
choices: string[];
|
||||
votes?: number[];
|
||||
multiple: boolean;
|
||||
expiresAt: Date;
|
||||
expiresAt: Date | null;
|
||||
};
|
||||
|
Reference in New Issue
Block a user