Skip to content

Commit

Permalink
style: EnvCI - reorder iterface types
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Nov 5, 2023
1 parent 0dd6d97 commit 618cea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export interface AgentArgs {

export interface EnvCI {
isCi: boolean;
service?: string;
slug?: string;
branch?: string;
pr?: string;
build?: string;
buildUrl?: string;
commit?: string;
pr?: string;
prBranch?: string;
service?: string;
slug?: string;
}

export class RelativeCiAgentWebpackPlugin {
Expand Down

0 comments on commit 618cea2

Please sign in to comment.