Adds @xuqm/h5-sdk/private entry point with JSON-based initialization, feature gating, and error codes for private deployment scenarios. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 行
253 B
TypeScript
8 行
253 B
TypeScript
import { CommandLineAction } from './CommandLineAction';
|
|
/**
|
|
* @public
|
|
*/
|
|
export declare class DynamicCommandLineAction extends CommandLineAction {
|
|
protected onExecuteAsync(): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=DynamicCommandLineAction.d.ts.map
|