export type TrashBinInfo = { /** * Number of items currently in the recycle bin */ itemCount: number; /** * Total size of all items in bytes */ sizeInBytes: number; }; //# sourceMappingURL=TrashBinInfo.d.ts.map