type InteractionsConfig =
| {
path: string;
ignoreCustomIds?: CustomIdMatcher[];
middlewares?: string;
}
| { path: null };type InteractionsConfig =
| {
path: string;
ignoreCustomIds?: CustomIdMatcher[];
middlewares?: string;
}
| { path: null };