Remove underscore
This commit is contained in:
parent
704107a256
commit
9d8ad21819
20 changed files with 111 additions and 226 deletions
4
ts/model-types.d.ts
vendored
4
ts/model-types.d.ts
vendored
|
@ -435,10 +435,6 @@ export type GroupV2PendingAdminApprovalType = {
|
|||
timestamp: number;
|
||||
};
|
||||
|
||||
export type VerificationOptions = {
|
||||
key?: null | Uint8Array;
|
||||
};
|
||||
|
||||
export type ShallowChallengeError = CustomError & {
|
||||
readonly retryAfter: number;
|
||||
readonly data: SendMessageChallengeData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue