Type Alias Category

Category: {
    _links?: {
        self?: HateoasLink_2;
    };
    id?: number;
    image_url?: string;
    parent_id?: number | null;
    title?: string;
}

Information about the Category

Type declaration

  • Optional_links?: {
        self?: HateoasLink_2;
    }

    HATEOAS links

  • Optionalid?: number

    Category ID

  • Optionalimage_url?: string

    The URL of the Category image

  • Optionalparent_id?: number | null

    ID of the parent Category. If there is no parent Category, null is returned.

  • Optionaltitle?: string

    Category title