/** * The type of the resource. Possible values are ``links``. * @export * @enum {string} */ export declare const TypeLink: { readonly Links: "links"; }; export type TypeLink = typeof TypeLink[keyof typeof TypeLink];