Disable local delete sync
This commit is contained in:
parent
7a7f484796
commit
71d6891132
5 changed files with 9 additions and 23 deletions
|
@ -703,12 +703,8 @@ export type WebAPIConnectType = {
|
|||
connect: (options: WebAPIConnectOptionsType) => WebAPIType;
|
||||
};
|
||||
|
||||
export type CapabilitiesType = {
|
||||
deleteSync: boolean;
|
||||
};
|
||||
export type CapabilitiesUploadType = {
|
||||
deleteSync: true;
|
||||
};
|
||||
export type CapabilitiesType = Record<string, never>;
|
||||
export type CapabilitiesUploadType = Record<string, never>;
|
||||
|
||||
type StickerPackManifestType = Uint8Array;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue