UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

14 lines 318 B
/** * Representation of the 'ServiceNowConfig' schema. */ export type ServiceNowConfig = { /** * @example [ * "active=true", * "sys_domain_path=/health" * ] * Min Items: 1. */ includePaths?: string[]; } & Record<string, any>; //# sourceMappingURL=service-now-config.d.ts.map