mapbiz
    Preparing search index...

    Interface ServiceCategory

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

    interface ServiceCategory {
        order?: number;
        slug: string;
        svg: string;
        title: string;
    }
    Index

    Properties

    Properties

    order?: number

    0

    2147483647

    slug: string

    500

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

    svg: string

    (?:svg)$

    title: string

    500