UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (7 loc) 141 B
export interface ClaimAddress { line: string; city: string; state: string; zipCode: string; telephone?: string | null; }