interface SrcFormParameter {
    contentType?: string;
    description?: Description;
    disabled?: boolean;
    key: string;
    src?: null | string | string[];
    type?: string;
}

Properties

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