export type BucketGenericType = { filesToPersist?: string[]; filesToDelete?: string[]; };