chore: lint
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* Defines how a Teams request is represented in TeamCollectionAdapter
|
||||
*/
|
||||
export interface TeamRequest {
|
||||
id: string;
|
||||
collectionID: string;
|
||||
title: string;
|
||||
request: any;
|
||||
id: string
|
||||
collectionID: string
|
||||
title: string
|
||||
request: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user