interface SwaggerParameter {
    in: string;
    name: string;
    required: boolean;
    type?: string;
}

Properties

Properties

in: string
name: string
required: boolean
type?: string

Generated using TypeDoc