export type SlackIntegrationSetNotificationChannelGlobals = { /** * Workspace name. Platform API keys already select a workspace; other authentication methods can configure it once on the SDK client. */ workspace?: string | undefined; }; //# sourceMappingURL=slackintegrationsetnotificationchannel.d.ts.map