UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

10 lines (9 loc) 309 B
export declare const setupTaskPermissions: (opts?: { execute?: boolean; request?: boolean; }) => void; export declare const setupTaskAndRunbookPermissions: (opts?: { execute?: boolean; request?: boolean; }) => void; export declare const setupTaskPermissionsFail: (onCall: () => void) => void;