/** * Represents a form that can be filed with a tax authority. * @export * @class TaxAuthorityFormModel */ export declare class TaxAuthorityFormModel { /** * @type {number} * @memberof TaxAuthorityFormModel */ taxAuthorityId: number; /** * @type {string} * @memberof TaxAuthorityFormModel */ formName: string; }