@redox-contrib/models
Version:
Typescript definitions for the Redox API.
6 lines (5 loc) • 402 B
TypeScript
export interface DischargeStatus {
Code?: '0' | '01' | '02' | '03' | '04' | '05' | '06' | '07' | '09' | '20' | '21' | '30' | '40' | '41' | '42' | '43' | '50' | '51' | '61' | '62' | '63' | '64' | '65' | '66' | '69' | '70' | '81' | '82' | '83' | '84' | '85' | '86' | '87' | '88' | '89' | '90' | '91' | '92' | '93' | '94' | '95' | null;
Codeset?: string | null;
Description?: string | null;
}