@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface DocCheck

    interface DocCheck {
        name: string;
        pass: boolean;
        message: string;
    }
    Index

    Properties

    Properties

    name: string
    pass: boolean
    message: string