interface Profile {
    email: string;
    name: null | string;
}

Properties

Properties

email: string
name: null | string