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

6 lines
73 B
TypeScript

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