mirror of
https://git.unlock-music.dev/um/um-react.git
synced 2024-11-24 08:12:16 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
|
export enum DECRYPTION_WORKER_ACTION_NAME {
|
||
|
DECRYPT = 'DECRYPT',
|
||
|
}
|