MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / array

Method array

packages/core/src/entity/defineEntity.ts:227–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 ): HasKind<Options, 'm:n'> extends true ? PropertyChain<Value, Options> : never;
226
227 array(): Options extends { kind: infer K extends string }
228 ? K extends 'embedded' | 'enum'
229 ? PropertyChain<Value, Omit<Options, 'array'> & { array: true }>
230 : never

Calls

no outgoing calls

Tested by

no test coverage detected