UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

5 lines (4 loc) 106 B
export interface IQueryParameter { getParam(): string; getParamValue(): string | undefined; }