Interface: ResolveRoutingResponse
Defined in: sdk/src/types.ts:358
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
resolved | boolean | sdk/src/types.ts:359 |
providerAccountId? | string | sdk/src/types.ts:360 |
providerType? | string | null | sdk/src/types.ts:361 |
matchedRule? | | { id: string; domain: string | null; tag: string | null; priority: number; providerAccountIds: string[]; } | null | sdk/src/types.ts:362 |
matchReason? | string | sdk/src/types.ts:369 |
message? | string | sdk/src/types.ts:370 |
candidateRules | { ruleId: string; score: number; reason: string; }[] | sdk/src/types.ts:371 |