Skip to content

Commit

Permalink
👕 Mark errorOccurredAt as an optional attribute in the index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
greena13 committed May 12, 2021
1 parent 1a60be7 commit 9794dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export interface ResourceStatus extends ResourceStatusRequired {
/**
* When the error occurred
*/
errorOccurredAt: number,
errorOccurredAt?: number,

/**
* When a request to fetch, create or update the resource item or list was last made to an external
Expand Down

0 comments on commit 9794dd9

Please sign in to comment.