Skip to content

Commit

Permalink
make index optional in ComputeResult
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Dec 10, 2021
1 parent 06f9149 commit cdd080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/Compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface ComputeResult {
filename: string
filesize: number
type: ComputeResultType
index: number
index?: number
}

export interface ComputeJob {
Expand Down

0 comments on commit cdd080a

Please sign in to comment.