Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface ReadinessCheck

    interface ReadinessCheck {
        key: string;
        label: string;
        status: ReadinessStatus;
        detail: string;
        fix_url: string;
    }
    Index

    Properties

    key: string
    label: string
    detail: string
    fix_url: string