Interface QueueWorkspaceModel

interface QueueWorkspaceModel {
    active?: boolean;
    id?: string;
    name?: string;
}

Properties

Properties

active?: boolean
id?: string
name?: string

Generated using TypeDoc