refactor: monorepo+pnpm (removed husky)
This commit is contained in:
11
packages/hoppscotch-app/helpers/teams/TeamRequest.ts
Normal file
11
packages/hoppscotch-app/helpers/teams/TeamRequest.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { HoppRESTRequest } from "../types/HoppRESTRequest"
|
||||
|
||||
/**
|
||||
* Defines how a Teams request is represented in TeamCollectionAdapter
|
||||
*/
|
||||
export interface TeamRequest {
|
||||
id: string
|
||||
collectionID: string
|
||||
title: string
|
||||
request: HoppRESTRequest
|
||||
}
|
||||
Reference in New Issue
Block a user