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