UNPKG

@ui5/task-adaptation

Version:

Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment

5 lines (4 loc) 151 B
export default interface DiffCase { accept(target: any[], i: number, name?: string): void; canAccept(target: any[], name?: string): boolean; }