nitro/apps/frontend/src/api/chat-history/IRoomHistoryEntry.ts

5 lines
69 B
TypeScript

export interface IRoomHistoryEntry {
id: number;
name: string;
}