Interface Operator

interface Operator {
    id: string;
    name: string;
    type: "operator";
}

Properties

Properties

id: string
name: string
type: "operator"

Generated using TypeDoc