UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

6 lines (5 loc) 154 B
import type { Identifier } from './Identifier'; export interface InsurancePlan extends Identifier { Name?: string | null; Type?: string | null; }