UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

20 lines (19 loc) 359 B
export declare class ElementOption { /** * Name of the option */ name: string; /** * Value of the option */ codename: string; constructor( /** * Name of the option */ name: string, /** * Value of the option */ codename: string); }