Interface StorageStoreResults

interface StorageStoreResults {
    allowedProviderTypes?: StorageProviderTypeEnum;
    processNext: boolean;
    success: boolean;
}

Properties

allowedProviderTypes?: StorageProviderTypeEnum
processNext: boolean
success: boolean

Generated using TypeDoc