UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

11 lines (10 loc) 320 B
import { IElementOptionContract } from './shared/elements.interface'; export declare namespace ElementContracts { interface IElementResponseContract { type: string; name: string; codename: string; taxonomy_group?: string; options?: IElementOptionContract[]; } }