@novice1/api-doc-generator - v1.2.0
    Preparing search index...
    interface SrcFormParameter {
        contentType?: string;
        description?: Description;
        disabled?: boolean;
        key: string;
        src?: string | string[] | null;
        type?: string;
    }
    Index

    Properties

    contentType?: string
    description?: Description
    disabled?: boolean
    key: string
    src?: string | string[] | null
    type?: string