UNPKG

@umbraco/headless-client

Version:
12 lines (11 loc) 229 B
/** * Hyperlinks Options. * @public */ export interface HyperlinksOption { /** * Set to `false` if the `_links` property should not include extra links. * @defaultValue `true` */ hyperlinks?: boolean; }