@types/hypertext-application-language
TypeScript icon, indicating that this package has built-in type declarations

6.0.34 • Public • Published

Installation

npm install --save @types/hypertext-application-language

Summary

This package contains type definitions for hypertext-application-language (https://tools.ietf.org/html/draft-kelly-json-hal-06).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hypertext-application-language.

index.d.ts

declare namespace Hal {
    /**
     * Describe a HAL Link object
     *
     * https://tools.ietf.org/html/draft-kelly-json-hal-06#section-5
     */
    interface Link {
        deprecation?: string | undefined;
        href: string;
        hreflang?: string | undefined;
        name?: string | undefined;
        profile?: string | undefined;
        templated?: boolean | undefined;
        title?: string | undefined;
        type?: string | undefined;
    }
}

Additional Details

  • Last updated: Tue, 30 Jan 2024 21:35:45 GMT
  • Dependencies: none

Credits

These definitions were written by Maks3w.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/hypertext-application-language

Weekly Downloads

10

Version

6.0.34

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types