Mark discoveredUnregisteredAt as optional
This commit is contained in:
parent
7c0f5a356e
commit
515b713bfd
1 changed files with 1 additions and 1 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -157,7 +157,7 @@ export type ConversationAttributesType = {
|
|||
addedBy?: string;
|
||||
capabilities?: CapabilitiesType;
|
||||
color?: string;
|
||||
discoveredUnregisteredAt: number;
|
||||
discoveredUnregisteredAt?: number;
|
||||
draftAttachments: Array<unknown>;
|
||||
draftBodyRanges: Array<BodyRangeType>;
|
||||
draftTimestamp: number | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue