Type Alias ConfigurationSchema
ConfigurationSchema: {
[name: string]: {
cachingPolicy?: string;
isLocal?: boolean;
isRemote?: boolean;
isSecure?: boolean;
nameOverride?: string;
noPrefix?: boolean;
required?: boolean;
};
}
Type declaration
[name: string]: {
cachingPolicy?: string;
isLocal?: boolean;
isRemote?: boolean;
isSecure?: boolean;
nameOverride?: string;
noPrefix?: boolean;
required?: boolean;
}
Represents the schema for the configuration object.