should be string

This commit is contained in:
lts20050703
2022-01-26 22:58:37 +07:00
parent c1975f70f1
commit 38cb526100
+1 -1
View File
@@ -11,5 +11,5 @@ export interface ThreadMetadata {
/** whether non-moderators can add other non-moderators to a thread; only available on private threads */
invitable?: boolean;
/** Timestamp when the thread was created; only populated for threads created after 2022-01-09 */
createTimestamp: number;
createTimestamp: string;
}