@rdfine/hydra
Version:
> ## @rdfine/hydra > ### Generated JavaScript types for Hydra Core Vocabulary
32 lines (31 loc) • 1.82 kB
TypeScript
export { ApiDocumentationMixin } from './lib/ApiDocumentation.js';
export type { ApiDocumentation } from './lib/ApiDocumentation.js';
export { ClassMixin } from './lib/Class.js';
export type { Class } from './lib/Class.js';
export { CollectionMixin } from './lib/Collection.js';
export type { Collection } from './lib/Collection.js';
export { ErrorMixin } from './lib/Error.js';
export type { Error } from './lib/Error.js';
export { HeaderSpecificationMixin } from './lib/HeaderSpecification.js';
export type { HeaderSpecification } from './lib/HeaderSpecification.js';
export { IriTemplateMixin } from './lib/IriTemplate.js';
export type { IriTemplate } from './lib/IriTemplate.js';
export { IriTemplateMappingMixin } from './lib/IriTemplateMapping.js';
export type { IriTemplateMapping } from './lib/IriTemplateMapping.js';
export { LinkMixin } from './lib/Link.js';
export type { Link } from './lib/Link.js';
export { OperationMixin } from './lib/Operation.js';
export type { Operation } from './lib/Operation.js';
export { PartialCollectionViewMixin } from './lib/PartialCollectionView.js';
export type { PartialCollectionView } from './lib/PartialCollectionView.js';
export { ResourceMixin } from './lib/Resource.js';
export type { Resource } from './lib/Resource.js';
export { StatusMixin } from './lib/Status.js';
export type { Status } from './lib/Status.js';
export { SupportedPropertyMixin } from './lib/SupportedProperty.js';
export type { SupportedProperty } from './lib/SupportedProperty.js';
export { TemplatedLinkMixin } from './lib/TemplatedLink.js';
export type { TemplatedLink } from './lib/TemplatedLink.js';
export { VariableRepresentationMixin } from './lib/VariableRepresentation.js';
export type { VariableRepresentation } from './lib/VariableRepresentation.js';
export * from './extensions/index.js';