import { PatchAction } from '@/models/PatchAction' export interface PatchAccountRequest { description?: PatchAction contacts?: PatchAction[] }