Skip to content

Commit

Permalink
Merge pull request #3 from exacaster/fix_frontend_build
Browse files Browse the repository at this point in the history
Add missing type fields
  • Loading branch information
pdambrauskas authored Nov 19, 2021
2 parents b3517ba + 3bd2906 commit 55bff6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export type Application = {
driverCores: number;
driverMemory: string;
args: string[];
pyFiles: string[];
archives: string[];
files: string[];
jars: string[];
conf: Record<string, string>;
};
};
Expand Down

0 comments on commit 55bff6f

Please sign in to comment.