/**
 * The ID or username of the user
 */
export type UserIdentifier = string;
