This commit is contained in:
2025-03-20 09:56:35 -05:00
parent d1e9c7e6bb
commit a346612d48
8 changed files with 639 additions and 569 deletions

View File

@ -4,6 +4,7 @@ export type User = {
email: string;
avatar_url?: string;
provider: string;
updated_at?: Date;
};
export type Status = {