Skip to content

Commit

Permalink
added additional type
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Misler committed Aug 16, 2022
1 parent f63b470 commit dec468b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface NionRequest {
isProcessing: boolean
name?: string
pending: boolean
status?: 'error' | 'pending' | 'success'
status?: 'not called' | 'error' | 'pending' | 'success'
statusCode?: number
}

Expand Down

0 comments on commit dec468b

Please sign in to comment.