interface SystemActor {
    actorType: "system";
    system: string;
}

Properties

Properties

actorType: "system"
system: string

Generated using TypeDoc