nope/modules/xetics-lean-connector/generated/models/AutoIdMapDTO.ts
2021-08-26 20:47:05 +02:00

9 lines
222 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AssociationIdMapValue } from './AssociationIdMapValue';
export type AutoIdMapDTO = {
value?: Record<string, AssociationIdMapValue>;
}