mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-18 23:22:07 +00:00
7 lines
186 B
TypeScript
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'
|
||
|
}
|