nope/modules/xetics-lean-connector/generated/models/AutoIdMapDTO.ts

9 lines
222 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AssociationIdMapValue } from './AssociationIdMapValue';
export type AutoIdMapDTO = {
value?: Record<string, AssociationIdMapValue>;
}