/**
 * Hyperlinks Options.
 * @public
 */
export interface HyperlinksOption {
    /**
     * Set to `false` if the `_links` property should not include extra links.
     * @defaultValue `true`
     */
    hyperlinks?: boolean;
}
