UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

7 lines (6 loc) 210 B
import type { Address } from './Address'; import type { ProviderLocation } from './ProviderLocation'; export interface VisitLocation extends ProviderLocation { Address?: Address; Bed?: string | null; }