Files
cozsweet-frontend-nextjs/src/data/schemas/chat/chat_media.ts
T

2 lines
47 B
TypeScript

export type ChatMediaKind = "image" | "audio";