fix(api): export GroupSummary interface to fix TS4053 declaration emit error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user