interface default {
    elevation?: AccountElevationEnum;
    icon: (() => NodeRequire);
    id: ContentCategoryId;
    subtitle: null | string;
    title: string;
}

Properties

The elevation of the category.

icon: (() => NodeRequire)

The icon of the category.

Type declaration

    • (): NodeRequire
    • Returns NodeRequire

The id of the category.

subtitle: null | string

The subtitle of the category.

title: string

The title of the category.