@piiano/vault-client
Version:
Piiano Vault generated typescript client
15 lines • 393 B
TypeScript
export type DeletionCount = {
/**
* The name of the collection containing the objects or tokens to delete.
*/
collection_name: string;
/**
* The type of the collection.
*/
collection_type: 'DATA' | 'PERSONS' | 'TOKENS' | 'TRANSACTION_IDS';
/**
* The number of items deleted.
*/
count: number;
};
//# sourceMappingURL=DeletionCount.d.ts.map