bupkis
    Preparing search index...

    Type Alias $InferZodRecordOutput<Key, Value>

    $InferZodRecordOutput: Key extends $partial
        ? Partial<Record<z.core.output<Key>, z.core.output<Value>>>
        : Record<z.core.output<Key>, z.core.output<Value>>

    Type Parameters