Options
All
  • Public
  • Public/Protected
  • All
Menu

@cosmos-xyz/cosmos

Index

Type aliases

ChannelPermissionString: keyof typeof ChannelPermission
ConnectDetails: { token?: string; type: "BOT" } | { details?: { captcha?: string; challenge?: string; email: string; friendly_name?: string; password: string }; type: "USER" } | { id?: string; name?: string; session?: string; type: "EXISTING_SESSION" }

Details for logging in

ServerPermissionString: keyof typeof ServerPermission

Generated using TypeDoc