Server/project/src/models/eft/dialog/IGetAllAttachmentsRequestData.ts

4 lines
72 B
TypeScript
Raw Normal View History

2023-03-03 15:23:46 +00:00
export interface IGetAllAttachmentsRequestData
{
dialogId: string
}