interface ListStorageFilesResponse {
    files: StorageFile[];
    total: number;
}

Properties

Properties

files: StorageFile[]
total: number