Skip to content

OpenSpecRef

@tsed/openspec

Usage

typescript
import { OpenSpecRef } from "@tsed/openspec";

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

Overview

ts
interface OpenSpecRef {
    $ref: string;
}

$ref

ts
$ref: string;

Released under the MIT License.