UNPKG

agentlang

Version:

The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans

8 lines 295 B
export declare class ResolverAuthInfo { userId: string; readForUpdate: boolean; readForDelete: boolean; constructor(userId: string, readForUpdate?: boolean, readForDelete?: boolean); } export declare const DefaultAuthInfo: ResolverAuthInfo; //# sourceMappingURL=authinfo.d.ts.map