Files
hoppscotch/helpers/teams/TeamRequest.ts
Liyas Thomas 3533aa391a chore: lint
2021-05-15 12:43:31 +00:00

10 lines
179 B
TypeScript

/**
* Defines how a Teams request is represented in TeamCollectionAdapter
*/
export interface TeamRequest {
id: string
collectionID: string
title: string
request: any
}