Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 767 Bytes

File metadata and controls

23 lines (17 loc) · 767 Bytes

UserInfo

A user's basic information, used for display purposes.

Example Usage

import { UserInfo } from "galileo-generated/models";

let value: UserInfo = {
  id: "<value>",
  email: "Syble_Pacocha48@yahoo.com",
};

Fields

Field Type Required Description
id string ✔️ N/A
email string ✔️ N/A
firstName string N/A
lastName string N/A