Skip to content

OpenSpecHash

@tsed/openspec

Usage

typescript
import { OpenSpecHash } from "@tsed/specs/openspec/src/types/common/OpenSpecHash";

See /packages/specs/openspec/src/types/common/OpenSpecHash.ts.

Overview

ts
type OpenSpecHash<T> = Record<string, T>;

Released under the MIT License.