Introduce TeamCollectionAdapter
This commit is contained in:
9
helpers/teams/TeamRequest.ts
Normal file
9
helpers/teams/TeamRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Defines how a Teams request is represented in TeamCollectionAdapter
|
||||
*/
|
||||
export interface TeamRequest {
|
||||
id: string;
|
||||
collectionID: string;
|
||||
title: string;
|
||||
request: any;
|
||||
}
|
||||
Reference in New Issue
Block a user