@nillion/secretvaults
    Preparing search index...

    Variable AclDtoConst

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

    Access control list entry.