fix: type improvements & cleanup

This commit is contained in:
Daniel Hougaard
2025-05-07 01:18:08 +04:00
parent 455454e186
commit e849841819
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
import { SecretsApi } from "../api/endpoints/secrets";
import { Secret } from "../api/types";
import { newInfisicalError } from "./errors";
import { ListSecretsOptions, GetSecretOptions, UpdateSecretOptions, CreateSecretOptions, DeleteSecretOptions } from "../api/types/secrets";