MVFv3 API Documentation
    Preparing search index...

    Interface FloorStacksInnerIntegrityError<K>

    interface FloorStacksInnerIntegrityError<
        K extends FloorStacksIntegrityErrorKind,
    > {
        kind: K;
        properties: FloorStacksIntegrityErrorProperties[K];
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: K