2026-02-04 20:21:33 +05:30
|
|
|
/**
|
|
|
|
|
* Generated by orval v8.2.0 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export interface UserRead {
|
|
|
|
|
clerk_user_id: string;
|
2026-02-06 21:56:16 +05:30
|
|
|
context?: string | null;
|
2026-02-04 20:21:33 +05:30
|
|
|
email?: string | null;
|
2026-02-06 21:56:16 +05:30
|
|
|
id: string;
|
|
|
|
|
is_super_admin: boolean;
|
2026-02-04 20:21:33 +05:30
|
|
|
name?: string | null;
|
2026-02-06 21:56:16 +05:30
|
|
|
notes?: string | null;
|
2026-02-04 20:21:33 +05:30
|
|
|
preferred_name?: string | null;
|
|
|
|
|
pronouns?: string | null;
|
|
|
|
|
timezone?: string | null;
|
|
|
|
|
}
|