Skip to content

Commit

Permalink
fix: remove the name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Sep 24, 2024
1 parent 74cc5fc commit 99eca8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ export type SandboxRequest = {
SourceId?: string;
Description?: string;
ApexClassId?: string;
ApexClassName?: string;
ActivationUserGroupId?: string;
ActivationUserGroupName?: string;
};
export type ResumeSandboxRequest = {
SandboxName?: string;
Expand Down

0 comments on commit 99eca8b

Please sign in to comment.