@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface KindedStructure<TKind>

    interface KindedStructure<TKind extends StructureKind> {
        kind: TKind;
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: TKind