UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (6 loc) 149 B
// AUTOGENERATED -- DO NOT EDIT import { ClaimDate } from './ClaimDate'; export interface ClaimDatePeriod { from: ClaimDate; to?: ClaimDate; }