Skip to content

Type Alias: ShowSheetAction

ts
type ShowSheetAction = Extract<FormAction, {
  type: "show_sheet";
}>;

Proprietary. All rights reserved.