interface SystemActor {
    actorType: "system";
    system: string;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

actorType: "system"
system: string

Generated using TypeDoc