diff --git a/packages/google-drive/src/google-drive-client.ts b/packages/google-drive/src/google-drive-client.ts index fa09289..2f90c9d 100644 --- a/packages/google-drive/src/google-drive-client.ts +++ b/packages/google-drive/src/google-drive-client.ts @@ -58,6 +58,7 @@ export namespace googleDrive { * * @example * ```ts + * import { GoogleDriveClient } from '@agentic/google-drive' * import { GoogleAuth } from 'google-auth-library' * import { google } from 'googleapis' *