UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 284 B
/** * Wallet metadata used by USE CALENDAR when resolving Google Calendar credentials. * * @private constant of UseCalendarCommitmentDefinition */ export declare const UseCalendarWallet: { readonly service: "google_calendar"; readonly key: "use-calendar-google-token"; };