Skip to content

Commit

Permalink
Merge pull request #135 from Patreon/added-additional-string-to-meta-…
Browse files Browse the repository at this point in the history
…status-union-type

Added the missing type to the `status` key.
  • Loading branch information
Derek Misler committed Aug 16, 2022
2 parents f63b470 + dec468b commit b0e4649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
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 b0e4649

Please sign in to comment.