slack-edge
Version:
Slack app development framework for edge functions with streamlined TypeScript support
8 lines • 307 B
TypeScript
import { Authorize } from "./authorize";
/**
* Authorize function for an app tha is installed only into a single workspace.
* @param req request from Slack
* @returns valid AuthorizeResult object
*/
export declare const singleTeamAuthorize: Authorize;
//# sourceMappingURL=single-team-authorize.d.ts.map