1
0
mirror of https://github.com/sasjs/server.git synced 2026-04-21 04:41:31 +00:00

fix: export GroupResponse interface

This commit is contained in:
2022-04-29 15:27:34 +05:00
parent 39fc908de1
commit 38a7db8514
+1 -1
View File
@@ -14,7 +14,7 @@ import Group, { GroupPayload } from '../model/Group'
import User from '../model/User'
import { UserResponse } from './user'
interface GroupResponse {
export interface GroupResponse {
groupId: number
name: string
description: string