UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

13 lines (12 loc) 284 B
export interface IElementContract { [key: string]: any; codename: string; type: string; name: string; taxonomyGroup?: string; options?: IElementOptionContract[]; } export interface IElementOptionContract { name: string; codename: string; }