MVFv3 API Documentation
    Preparing search index...

    Interface InnerIntegrityError<K>

    interface InnerIntegrityError<K extends IntegrityErrorKind> {
        kind: K;
        properties: IntegrityErrorProperties[K];
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: K