/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EntityTypeEnum } from './EntityTypeEnum'; /** * Entity information for the invoice. */ export type Entity = { type?: EntityTypeEnum; username?: string; platform_key?: string; platform_name?: string; display_name: string; };