Skip to main content
Version: 24.38.0

ActionResult 类型

🌐 ActionResult type

语法

🌐 Signature

export type ActionResult = 'continue' | 'abort' | 'respond';