mapbiz
    Preparing search index...

    Interface CurrentService

    Сериализация Услуг

    interface CurrentService {
        category: ServiceCategory;
        developers: readonly Developers[];
        order?: number;
        seo_description?: null | string;
        seo_keywords?: null | string;
        seo_title?: null | string;
        slug: string;
        tag: string;
        text?: string;
        title: string;
    }
    Index

    Properties

    category: ServiceCategory
    developers: readonly Developers[]
    order?: number

    0

    2147483647

    seo_description?: null | string

    2500

    seo_keywords?: null | string

    250

    seo_title?: null | string

    250

    slug: string

    500

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

    tag: string

    255

    text?: string
    title: string

    500