File

src/utils/enums/responses/signals.enum.ts

Index

Properties

Properties

LOG_OUT
LOG_OUT: literal type
Type : literal type
LOG_OUT_EXPIRED
LOG_OUT_EXPIRED: literal type
Type : literal type
PROMPT_DISCORD_PASS
PROMPT_DISCORD_PASS: literal type
Type : literal type
SET_AUTH_COOKIE
SET_AUTH_COOKIE: literal type
Type : literal type
export interface Signals {
  SET_AUTH_COOKIE: { cookie: string };
  LOG_OUT_EXPIRED: {};
  LOG_OUT: { reason?: string };
  PROMPT_DISCORD_PASS: { cbCode: string; dId: string };
}

results matching ""

    No results matching ""