Skip to main content

RemoveGroupUserArgs

type RemoveGroupUserArgs = {
id: string;
userId: number;
workspaceId: number;
};

Properties

id

id: string;

userId

userId: number;

workspaceId

workspaceId: number;