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