Interface IFormAttachment

interface IFormAttachment {
    fileName: string;
    version?: string;
}

Properties

Properties

fileName: string
version?: string