mapbiz
    Preparing search index...

    Interface BlogMainContent

    Сериализация страницы проектов

    interface BlogMainContent {
        public?: boolean;
        text: string;
        title: string;
    }
    Index

    Properties

    Properties

    public?: boolean
    text: string
    title: string

    100