Remotely/Server/wwwroot/scripts/RemoteControl/DynamicDto.ts
2020-04-13 16:50:31 -07:00

5 lines
124 B
TypeScript

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