UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

5 lines (4 loc) 167 B
import type { CodeSetDescription } from './CodeSetDescription'; export interface CodeSetDescriptionWithValue extends CodeSetDescription { Value?: string | null; }