import { AptlyBaseSchema } from './extends'; export type AptlyWholesaler = AptlyWholesalerSchema; export interface AptlyWholesalerSchema extends AptlyBaseSchema { orgNumber: string; integrated: boolean; }