Type Alias AuthClientMessage

AuthClientMessage: {
    apiKey: string | "anon";
    type: "auth";
    userId: string | "anon";
}

Type declaration

  • apiKey: string | "anon"
  • type: "auth"
  • userId: string | "anon"