Interface LocalAdminAssignCommand

Admin: assign a user to a net.

interface LocalAdminAssignCommand {
    netId: number;
    type: "admin.assign";
    userId: string;
}

Properties

Properties

netId: number
type: "admin.assign"
userId: string