Type alias SelectFilterPaths<Fields, Prefix>

SelectFilterPaths<Fields, Prefix>: `${Prefix}.${keyof Fields & string}`

Type Parameters