UNPKG

486 BTypeScriptView Raw
1export declare function skipIfNoViews(displayError?: boolean): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor;
2export declare function RequireIntegrationFolder(): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor;
3export declare function RequireLinkedIntegration(prompt?: boolean): (_target: any, _propertyKey: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor;