interface UserSummary {
    email: string;
    first_name: string;
    has_accepted_tos: boolean;
    has_completed_profile: boolean;
    last_name: string;
    mage_id: string;
    profile_image_artifact: Omit<File, "is_profile_image" | "submission_ids">;
    screen_name: string;
}

Properties

email: string
first_name: string
has_accepted_tos: boolean
has_completed_profile: boolean
last_name: string
mage_id: string
profile_image_artifact: Omit<File, "is_profile_image" | "submission_ids">
screen_name: string