UNPKG

gatsby-source-tilda

Version:

Gatsby source plugin for building websites using the tilda.cc CMS as a data source

5 lines (4 loc) 108 B
import type { Asset } from './api/tilda'; export interface TildaAsset extends Asset { pageId: string; }