VincentAbility: {
    packageName: string;
    abilityDescription: string;
    precheck?: PrecheckFn;
    execute: ExecuteFn;
    abilityParamsSchema: AbilityParamsSchema;
    supportedPolicies: PolicyMap;
}

Type declaration

  • packageName: string
  • abilityDescription: string
  • Optionalprecheck?: PrecheckFn
  • execute: ExecuteFn
  • abilityParamsSchema: AbilityParamsSchema
  • supportedPolicies: PolicyMap