@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface ValueFormParameter {
        contentType?: string;
        description?: Description;
        disabled?: boolean;
        key: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

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