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 authored and rajdip-b committed Nov 18, 2024
1 parent 974d811 commit c6cf55e
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 c6cf55e

Please sign in to comment.