Skip to main content

AddGroupUsersArgs

type AddGroupUsersArgs = {
id: string;
userIds: number[];
workspaceId: number;
};

Properties

id

id: string;

userIds

userIds: number[];

workspaceId

workspaceId: number;