statuspage.io
    Preparing search index...

    Interface Component

    interface Component {
        created_at: string;
        description: null | string;
        group: boolean;
        group_id: null | string;
        id: string;
        name: string;
        only_show_if_degraded: boolean;
        page_id: string;
        position: number;
        showcase: boolean;
        start_date: null | string;
        status: string;
        updated_at: string;
    }
    Index

    Properties

    created_at: string
    description: null | string
    group: boolean
    group_id: null | string
    id: string
    name: string
    only_show_if_degraded: boolean
    page_id: string
    position: number
    showcase: boolean
    start_date: null | string
    status: string
    updated_at: string