refactor: improved teams migrations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { HoppRESTRequest } from "../types/HoppRESTRequest"
|
||||
|
||||
/**
|
||||
* Defines how a Teams request is represented in TeamCollectionAdapter
|
||||
*/
|
||||
@@ -5,5 +7,5 @@ export interface TeamRequest {
|
||||
id: string
|
||||
collectionID: string
|
||||
title: string
|
||||
request: any
|
||||
request: HoppRESTRequest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user