UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

12 lines (11 loc) 228 B
export type Page = { id: string; title: string; slug: string; content: string; contentHeading: string; pageLayout: string; metaTitle: string; metaKeywords: string; metaDescription: string; };