snow-flow
Version:
Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A
11 lines • 311 B
TypeScript
/**
* OAuth HTML Templates with Snow-Flow branding
*/
export declare const OAuthTemplates: {
success: string;
error: (error: string) => string;
securityError: string;
missingCode: string;
tokenExchangeFailed: (error: string) => string;
};
//# sourceMappingURL=oauth-html-templates.d.ts.map