Delta-Pack - v0.2.9
    Preparing search index...

    Interface RecordType

    interface RecordType {
        type: "record";
        key: StringType | IntType;
        value: PropertyType;
    }
    Index

    Properties

    Properties

    type: "record"
    value: PropertyType