Type Alias PathConfig

PathConfig: PathSettings & { all?: MethodConfig } & {
    [key in Method]?: MethodConfig
}

Configuration for a path.