forked from ddrilling/asb_cloud_front
10 lines
185 B
TypeScript
10 lines
185 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type CompanyDto = {
|
|
id?: number;
|
|
caption?: string | null;
|
|
companyTypeCaption?: string | null;
|
|
}
|