GetNewPatternsOptions
GetNewPatternsOptions = typeof
getNewPatternsOptionsSchema.infer&object
Defined in: packages/core/src/types.ts:36
Options for querying new flaky patterns. signal is a TS-only extension
on top of the arktype-validated fields — arktype drops it during parse so
adapters read it directly from the caller’s options instead of from the
validated copy.
Type Declaration
Section titled “Type Declaration”signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Abort the query when this signal aborts; caller receives an AbortError.