@nillion/secretvaults
    Preparing search index...

    Variable AclDtoConst

    AclDto: ZodObject<
        {
            execute: ZodBoolean;
            grantee: $ZodBranded<ZodString, "Did">;
            read: ZodBoolean;
            write: ZodBoolean;
        },
        $strip,
    > = ...

    Access control list entry.