mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 07:45:34 +08:00
4 lines
200 B
JavaScript
4 lines
200 B
JavaScript
export const MULTIPLE_ASSETS_REQUEST = 'MULTIPLE_ASSETS_REQUEST';
|
|
export const MULTIPLE_ASSETS_SUCCESS = 'MULTIPLE_ASSETS_SUCCESS';
|
|
export const MULTIPLE_ASSSETS_FAILURE = 'MULTIPLE_ASSSETS_FAILURE';
|