mapbiz
    Preparing search index...

    Interface ServiceCategoryList

    Сериализация категорий услуг

    interface ServiceCategoryList {
        order?: number;
        services: readonly ServiceList[];
        slug: string;
        svg: string;
        title: string;
    }
    Index

    Properties

    order?: number

    0

    2147483647

    services: readonly ServiceList[]
    slug: string

    500

    ^[-a-zA-Z0-9_]+$

    svg: string

    (?:svg)$

    title: string

    500