Files
negareh-api/src/modules/chat/interfaces/chat.ts
T
2026-02-23 11:01:21 +03:30

4 lines
70 B
TypeScript
Executable File

export interface AttachmentType {
type: string;
url: string;
}