mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: Fix types
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from "zod";
|
||||
|
||||
import { TProjectPermission } from "@app/lib/types";
|
||||
|
||||
import { DynamicSecretDataFetchTypes, DynamicSecretProviderSchema } from "./providers/models";
|
||||
import { DynamicSecretProviderSchema } from "./providers/models";
|
||||
|
||||
// various status for dynamic secret that happens in background
|
||||
export enum DynamicSecretStatus {
|
||||
@@ -52,8 +52,3 @@ export type TListDynamicSecretsDTO = {
|
||||
environmentSlug: string;
|
||||
projectSlug: string;
|
||||
} & Omit<TProjectPermission, "projectId">;
|
||||
|
||||
export type TDynamicSecretsFetchDataDTO = {
|
||||
provider: TProvider;
|
||||
dataFetchType: DynamicSecretDataFetchTypes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user