MyCrypto/common/actions/onboardStatus/constants.ts

7 lines
186 B
TypeScript

export enum TypeKeys {
START_ONBOARD_SESSION = 'START_ONBOARD_SESSION',
RESUME_SLIDE = 'RESUME_SLIDE',
DECREMENT_SLIDE = 'DECREMENT_SLIDE',
INCREMENT_SLIDE = 'INCREMENT_SLIDE'
}