diff --git a/src/index.ts b/src/index.ts index 4baa41e..a50af24 100644 --- a/src/index.ts +++ b/src/index.ts @@ -449,6 +449,9 @@ export enum ActionStatusType { /** A description of an action that is supported. */ PotentialActionStatus, + + /** An action that has been undone/retracted. */ + RetractedActionStatus, } /**