interface UrlEncodedParameter {
    description?: Description;
    disabled?: boolean;
    key: string;
    value?: string;
}

Properties

description?: Description
disabled?: boolean
key: string
value?: string