interface Identity {
    id: string;
    type: "guest" | "primary";
}

Properties

Properties

id: string
type: "guest" | "primary"