UNPKG

tilda-sync

Version:

Клиент для импорта сайта на Тильде (Tilda.cc) в проекте на Node.js.

18 lines (17 loc) 345 B
type TPageListItem = { id: string; projectid: string; date: string; title: string; descr: string; img: string; sort: string; published: string; featureimg: string; alias: string; filename: string; }; type TPagesResponse = { status: 'FOUND' | 'NOT_FOUND' | 'ERROR'; result: TPageListItem[]; };