6.0.34 • Published 3 months ago

@types/hypertext-application-language v6.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Installation

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

Summary

This package contains type definitions for Hypertext Application Language Draft (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

// Type definitions for Hypertext Application Language Draft 6.0
// Project: https://tools.ietf.org/html/draft-kelly-json-hal-06
// Definitions by: Maks3w <https://github.com/maks3w>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 14:23:00 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Maks3w.

6.0.34

3 months ago

6.0.33

6 months ago

6.0.32

7 months ago

6.0.31

3 years ago

6.0.30

7 years ago

6.0.29

7 years ago

6.0.28

8 years ago

6.0.27

8 years ago

6.0.26-alpha

8 years ago

6.0.25-alpha

8 years ago

6.0.24-alpha

8 years ago

6.0.23-alpha

8 years ago

6.0.22-alpha

8 years ago

6.0.21-alpha

8 years ago

6.0.20-alpha

8 years ago

6.0.15-alpha

8 years ago

6.0.14-alpha

8 years ago