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

    Properties

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