UNPKG

@umbraco/headless-client

Version:
11 lines (10 loc) 184 B
/** * Content Type Options. * @public */ export interface ContentTypeOptions { /** * Only fetch Content with the specific Content Type. */ contentType?: string; }