UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (8 loc) 164 B
// AUTOGENERATED -- DO NOT EDIT export interface ClaimAddress { line: string; city: string; state: string; zipCode: string; telephone?: string | null; }