loopback-datasource-juggler/types
Miroslav Bajtoš 7292d206e5
types: make DataSource.stop compatible with LB4
Change the return value of `DataSource.stop()` from `Promise<void>`
to `void | PromiseLike<void>` to avoid breaking existing LoopBack 4
applications, where DataSource subclasses are scaffolded with
`stop(): ValueOrPromise<void>`.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-04-28 08:27:49 +02:00
..
__test__.ts Add ObserverMixin members to ModelBase typings 2020-03-02 11:54:48 +01:00
common.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
connector.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
datasource.d.ts types: make DataSource.stop compatible with LB4 2020-04-28 08:27:49 +02:00
inclusion-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
kv-model.d.ts fix: update TypeScript declaration for KV 2018-07-16 10:11:54 -07:00
model.d.ts fixup! improve comment for `this` & static members 2020-03-02 13:04:01 +01:00
observer-mixin.d.ts chore: improve Listener signature 2020-03-05 14:30:24 +05:30
persisted-model.d.ts Update copyright year and CODEOWNERS (#1818) 2020-01-21 13:12:14 -05:00
query.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
scope.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
transaction-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
validation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00