mimiq
    Preparing search index...

    Interface CheckItem

    interface CheckItem {
        detail: string;
        label: string;
        passed: boolean;
    }
    Index

    Properties

    Properties

    detail: string
    label: string
    passed: boolean