fix(api): export GroupSummary interface to fix TS4053 declaration emit error

This commit is contained in:
2026-05-28 01:41:12 +05:30
parent 1389a65e18
commit 9d1799eab1
@@ -1,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import { PrismaService } from '../../prisma/prisma.service';
interface GroupSummary {
export interface GroupSummary {
id: string;
name: string;
platform: string;