import { Requisites } from "./Requisites"; export interface Representative { userId: string; organizationId: string; requisites: Requisites; }