React Native Cloud Storage
Type Aliases

CloudStorageProviderOptionsValue

Options for a single cloud storage provider: the iCloud options when the iCloud provider is used, or the Google Drive options when the Google Drive provider is used.

type CloudStorageProviderOptionsValue = CloudStorageProviderOptions[keyof CloudStorageProviderOptions];

Options for a single cloud storage provider: the iCloud options when the iCloud provider is used, or the Google Drive options when the Google Drive provider is used. This is the value type of CloudStorageProviderOptions and the shape accepted by setProviderOptions and the CloudStorage constructor.