UNPKG
@notadd/injection
Version:
latest (2.4.4)
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.31
2.3.30
2.3.29
2.3.28
2.3.27
2.3.26
2.3.25
2.3.23
2.3.22
2.3.19
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.8
2.3.6
2.3.4
2.3.3
2.3.1
2.2.10
2.2.8
2.2.7
2.2.3
2.2.2
2.2.0
2.1.14
2.1.1
Notadd Injection Package.
github.com/notadd/next
notadd/next
@notadd/injection
/
builders
/
schema.builder.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Connection
}
from
"typeorm"
;
export
declare
class
SchemaBuilder
{
private
readonly
entityMetadatas;
protected
readonly
connection
:
Connection
;
buildMetadatas
(
paths
:
Array
<
string
>):
void
;
drop
():
Promise
<
void
>;
sync
():
Promise
<
void
>; }