MVFv3 API Documentation
    Preparing search index...

    Interface AnnotationInnerIntegrityError<K>

    interface AnnotationInnerIntegrityError<K extends AnnotationIntegrityErrorKind> {
        kind: K;
        properties: AnnotationIntegrityErrorProperties[K];
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: K