This commit is contained in:
syuilo
2018-07-24 06:21:21 +09:00
parent adc3c16ef3
commit a048939cf1
3 changed files with 37 additions and 23 deletions

View File

@ -34,6 +34,8 @@ export type IMetadata = {
src?: string;
deletedAt?: Date;
withoutChunks?: boolean;
storage?: string;
storageProps?: any;
isSensitive?: boolean;
};