asb_cloud_front/src/services/api/models/CompanyDto.ts

9 lines
177 B
TypeScript
Raw Normal View History

2021-07-22 10:16:55 +05:00
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type CompanyDto = {
id?: number;
caption?: string | null;
companyType?: string | null;
}