Interface Profile

interface Profile {
    active: boolean;
    created_at: string;
    id: string;
    is_default: boolean;
    name: string;
    user_id: string;
}

Properties

active: boolean
created_at: string
id: string
is_default: boolean
name: string
user_id: string