Meshpocalypse Semantic
    Preparing search index...

    Interface VerificationCheck

    interface VerificationCheck {
        fn: () => boolean | Promise<boolean>;
        id: string;
        name: string;
        timeoutMs?: number;
    }
    Index

    Properties

    Properties

    fn: () => boolean | Promise<boolean>
    id: string
    name: string
    timeoutMs?: number