import { DynamicDtoType } from "./DynamicDtoType.js"; export interface DynamicDto { DtoType: DynamicDtoType }