Schema: {
    [category: string]: SchemaItem | undefined;
} & {
    navigation: SchemaItem;
    switch: SchemaItem;
}

Type declaration

Type declaration

Generated using TypeDoc