UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

6 lines (5 loc) 128 B
export interface CodeSetDescription { Code?: string | null; Codeset?: string | null; Description?: string | null; }