Skip to content

OS2XML

@tsed/openspec

Usage

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

See /packages/specs/openspec/src/types/openspec2/OS2Schema.ts.

Overview

ts
interface OS2XML {
    name?: string;
    namespace?: string;
    prefix?: string;
    attribute?: boolean;
    wrapped?: boolean;
}

name

ts
name?: string;

namespace

ts
namespace?: string;

prefix

ts
prefix?: string;

attribute

ts
attribute?: boolean;

wrapped

ts
wrapped?: boolean;

Released under the MIT License.