Server/project/src/models/eft/dialog/IGetAllAttachmentsRequestData.ts
2023-03-03 15:23:46 +00:00

4 lines
72 B
TypeScript

export interface IGetAllAttachmentsRequestData
{
dialogId: string
}