UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 119 B
import { ClaimDate } from './ClaimDate'; export interface ClaimDatePeriod { from: ClaimDate; to?: ClaimDate; }