updown.io
    Preparing search index...

    Interface StatusPage

    interface StatusPage {
        access_key: string | null;
        checks: string[];
        description: string | null;
        name: string;
        token: string;
        url: string;
        visibility: StatusPageVisibility;
    }
    Index

    Properties

    access_key: string | null
    checks: string[]
    description: string | null
    name: string
    token: string
    url: string