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