PropertiesAndConnects: {
    connects: Record<string, { id: string } | { id: string }[]>;
    id?: string;
    properties: Record<string, any>;
}

Type declaration

  • connects: Record<string, { id: string } | { id: string }[]>
  • Optionalid?: string
  • properties: Record<string, any>