Skip to main content

GetUserByIdArgs

type GetUserByIdArgs = {
userId: number;
workspaceId: number;
};

Properties

userId

userId: number;

workspaceId

workspaceId: number;