Skip to content

Commit c633a82

Browse files
committed
Update messenger-action-types
1 parent 2b61b0a commit c633a82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/gator-permissions-controller/src/GatorPermissionsController-method-action-types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ export type GatorPermissionsControllerInitializeAction = {
4747
*
4848
* @returns A decoded permission object suitable for UI consumption and follow-up actions.
4949
* @throws If the origin is not allowed, the context cannot be decoded into exactly one delegation,
50-
* or the enforcers/terms do not match a supported permission type.
50+
* the enforcers do not match any supported permission type, no candidate type validates
51+
* the caveat terms, or more than one permission type successfully validates
52+
* (ambiguous delegation).
5153
*/
5254
export type GatorPermissionsControllerDecodePermissionFromPermissionContextForOriginAction =
5355
{

0 commit comments

Comments
 (0)