Skip to content

Commit

Permalink
refactor(api-client): migrate environment types to @keyshade/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
muntaxir4 committed Nov 16, 2024
1 parent 6418f54 commit 00211b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/src/controllers/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
GetEnvironmentResponse,
UpdateEnvironmentRequest,
UpdateEnvironmentResponse
} from '@api-client/types/environment.types'
} from '@keyshade/schema'
import { ClientResponse } from '@keyshade/schema'

export default class EnvironmentController {
Expand Down
55 changes: 0 additions & 55 deletions packages/api-client/src/types/environment.types.d.ts

This file was deleted.

0 comments on commit 00211b4

Please sign in to comment.