import { ExtendedIntegrationPluginId, Plugin } from '../../types/index.js'; import { getNativeOpenApiPlugin } from './shared/index.js'; export const AsanaPlugin: Plugin = getNativeOpenApiPlugin({ name: 'Asana', id: ExtendedIntegrationPluginId.ASANA, authMethods: { bearer: true }, serverURL: 'https://app.asana.com/api/1.0' });