Skip to content

Type Alias: ShowCardsAction

ts
type ShowCardsAction = Extract<FormAction, {
  type: "show_cards";
}>;

Proprietary. All rights reserved.