mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove unnessecary types and projectMembershipid
This commit is contained in:
@@ -92,10 +92,8 @@ export type TProjectUserPrivilege = {
|
||||
);
|
||||
|
||||
export type TCreateAccessRequestDTO = {
|
||||
envSlug: string;
|
||||
projectSlug: string;
|
||||
secretPath: string;
|
||||
} & Omit<TProjectUserPrivilege, "id" | "createdAt" | "updatedAt" | "slug">;
|
||||
} & Omit<TProjectUserPrivilege, "id" | "createdAt" | "updatedAt" | "slug" | "projectMembershipId">;
|
||||
|
||||
export type TGetAccessApprovalRequestsDTO = {
|
||||
projectSlug: string;
|
||||
|
||||
Reference in New Issue
Block a user