UserWithConnectedAccounts
Type Alias: UserWithConnectedAccounts
type UserWithConnectedAccounts = {
connected: {
x: string | null;
};
createdAt: Date;
id: string;
publicKey: string;
updatedAt: Date;
verified: boolean;
};Properties
connected
Name
Type
createdAt?
id
publicKey
updatedAt
verified?
Last updated