ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  finishedProducts: {
                      _count: { billOfMaterials: number; routings: number };
                      client: { code: string; id: string; name: string } | null;
                      clientId: string | null;
                      code: string;
                      createdAt: Date;
                      description: string | null;
                      id: string;
                      isActive: boolean;
                      name: string;
                      sellingPrice: number;
                      updatedAt: Date;
                      hasBOM: boolean;
                      hasRouting: boolean;
                  }[];
              },
          >,
      >