Type Alias: TargetsConfig
type TargetsConfig = object;
Configuration for target URLs. Contains a base property that maps Target types to their base URLs.
Properties
base
base: Record<Target, string>;
type TargetsConfig = object;
Configuration for target URLs. Contains a base property that maps Target types to their base URLs.
base: Record<Target, string>;