ExtractComponentsCustom
Object defining custom resolvers and custom predicates.
type ExtractComponentsCustom<TParams extends ExtractComponentsParams> = {
customPredicates?: CustomPredicates<typeof predicates, TParams>;
customResolvers?: GroupedCustomResolvers<typeof resolvers, TParams>;
};