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;
}

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

Generated using TypeDoc