UNPKG

gatsby-source-tilda

Version:

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

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