Skip to main content

GetUserByEmailArgs

type GetUserByEmailArgs = {
email: string;
workspaceId: number;
};

Properties

email

email: string;

workspaceId

workspaceId: number;