Interface System

The System type

interface System {
    kind: "system";
    toString(): string;
}

Properties

Methods

Properties

kind: "system"

The kind property of System

Methods

  • Returns a string representation of an object.

    Returns string