@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
13 lines (12 loc) • 441 B
TypeScript
import type { MapStringTo, Nullable } from "../base-types";
export declare class FetchSetting {
fileProviderName: string;
locationName: string;
allowedTypes: Array<string>;
allowedWebLocations: Array<string>;
allowedFileLocations: Array<string>;
allowedAzureLocations: Array<string>;
allowedExtensions: Array<string>;
disallowedExtensions: Array<string>;
deleteWhenDone: MapStringTo<Nullable<boolean>>;
}