mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 22:10:43 +00:00
14 lines
448 B
TypeScript
14 lines
448 B
TypeScript
/**
|
|
* @deprecated Compatibility facade for published Lark/Zalo packages that imported
|
|
* command authorization through `openclaw/plugin-sdk/zalouser`.
|
|
*/
|
|
export {
|
|
resolveSenderCommandAuthorization,
|
|
resolveSenderCommandAuthorizationWithRuntime,
|
|
} from "./command-auth.js";
|
|
export type {
|
|
CommandAuthorizationRuntime,
|
|
ResolveSenderCommandAuthorizationParams,
|
|
ResolveSenderCommandAuthorizationWithRuntimeParams,
|
|
} from "./command-auth.js";
|