4 lines
61 B
TypeScript
Raw Normal View History

2021-08-11 18:33:02 +02:00
export enum RootMutations {
UPDATE_LANG = 'UPDATE_LANG',
}