@anzusystems/common-admin 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2501,7 +2501,7 @@ export declare interface CreatedByAware {
|
|
|
2501
2501
|
|
|
2502
2502
|
export declare type CurrentUserType = DeepReadonly<Ref_2<UnwrapRef<AnzuUser | undefined>>>;
|
|
2503
2503
|
|
|
2504
|
-
declare type CustomAclResolver<T extends AclValue = AclValue> = undefined | {
|
|
2504
|
+
export declare type CustomAclResolver<T extends AclValue = AclValue> = undefined | {
|
|
2505
2505
|
can?: (acl: T, subject?: object) => boolean;
|
|
2506
2506
|
canOwner?: (subject: object) => boolean;
|
|
2507
2507
|
};
|