UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (6 loc) 159 B
// AUTOGENERATED -- DO NOT EDIT import { ClaimDate } from './ClaimDate'; export interface ClaimDateWithQualifier { date: ClaimDate; qualifier: string; }