PluginOnBefore

typealias PluginOnBefore<TData> = (TParams) -> OnBeforeReturn<TData>?

插件声明周期回调函数的类型定义