()
| 120 | : PropertyChain<Value, Omit<Options, 'lazyRef'> & { lazyRef: true }> |
| 121 | : never; |
| 122 | primary(): PropertyChain<Value, Omit<Options, 'primary'> & { primary: true }>; |
| 123 | hidden(): PropertyChain<Value, Omit<Options, 'hidden'> & { hidden: true }>; |
| 124 | autoincrement(): PropertyChain<Value, Omit<Options, 'autoincrement'> & { autoincrement: true }>; |
| 125 | autoincrement(autoincrement: false): PropertyChain<Value, Omit<Options, 'autoincrement'> & { autoincrement: false }>; |
no outgoing calls
no test coverage detected