Files
homelab/chat/lib/profile-types.ts
T

6 lines
84 B
TypeScript

export type ChatProfile = {
username: string;
name: string;
email: string;
};