export enum AssetActions {
  FETCH_ASSETS_REQUEST = 'asset/fetch',
  CREATE_ASSET_REQUEST = 'asset/create',
  UPDATE_ASSET_REQUEST = 'asset/update',
  DELETE_ASSET_REQUEST = 'asset/delete',
}
