MVFv3 API Documentation
    Preparing search index...

    Interface TilesetInnerIntegrityError<K>

    interface TilesetInnerIntegrityError<K extends TilesetIntegrityErrorKind> {
        kind: K;
        properties: TilesetIntegrityErrorProperties[K];
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: K