libs/nx/src/generators/journey-src/lib/add-acl-defaults-to-policy/add-acl-defaults-to-policy-options.ts
Properties |
|
directory | |
Type |
string
|
Description
|
The directory where the application got generated. |
project | |
Type |
string
|
Description
|
The project in which to add the ACL default effects. |
workspaceRoot (Optional) | |
Type |
string
|
Description
|
The root directory of the current workspace |
export interface AddAclDefaultsToPolicyOptions {
/**
* The directory where the application got generated.
*/
directory: string;
/**
* The project in which to add the ACL default effects.
*/
project: string;
/**
* The root directory of the current workspace
*/
workspaceRoot?: string;
}