Skip to content

Type Alias: UIAction

type UIAction = "list" | "detail" | "edit" | "create";

CRUD action a route serves.