export const RESERVED_USERNAMES = new Set([
'login',
'register',
'api',
'admin',
'examples',
'logout',
'me',
'google',
]);