interface QueryParam {
    description?: Description;
    disabled?: boolean;
    key?: null | string;
    value?: null | string;
}

Properties

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