export const AUTH = 'auth'; export const BACKUP = 'backup'; export const CHANNEL = 'channel'; export const DISCOVER = 'discover'; export const DOWNLOADED = 'downloaded'; export const HELP = 'help'; export const LIBRARY = 'library'; export const INVITE = 'invite'; export const PUBLISH = 'publish'; export const PUBLISHED = 'published'; export const GET_CREDITS = 'getcredits'; export const REPORT = 'report'; export const REWARDS = 'rewards'; export const SEND = 'send'; export const SETTINGS = 'settings'; export const SHOW = 'show'; export const ACCOUNT = 'account'; export const FOLLOWING = 'following'; export const SEARCH = 'search'; export const TRANSACTIONS = 'transactions'; export const TAGS = 'tags'; export const WALLET = 'wallet';