fcharts-js - v0.3.0
    Preparing search index...

    Interface CheckSpec

    interface CheckSpec {
        id: string;
        sc: string[];
        verification: Verification;
    }
    Index

    Properties

    Properties

    id: string
    sc: string[]

    SC numbers this check serves.

    verification: Verification