interface ValueFormParameter {
    contentType?: string;
    description?: Description;
    disabled?: boolean;
    key: string;
    type?: string;
    value?: string;
}

Properties

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