clean routes

This commit is contained in:
2026-01-03 02:42:47 +01:00
parent 07985fb8f1
commit 2f21dc4595
107 changed files with 7596 additions and 3401 deletions

View File

@@ -19,6 +19,7 @@ export interface AuthenticatedUser {
iracingCustomerId?: string;
primaryDriverId?: string;
avatarUrl?: string;
role?: string;
}
export interface IdentityProviderPort {