/** * An attachment associated with a filing return * @export * @class FilingAttachmentModel */ export declare class FilingAttachmentModel { /** * @type {number} * @memberof FilingAttachmentModel */ resourceFileId?: number | undefined; /** * @type {string} * @memberof FilingAttachmentModel */ description?: string | undefined; }