mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
init code-first mode by splitting module manager
This commit is contained in:
@@ -4,3 +4,5 @@ export interface Serializable<Class, Json extends object = object> {
|
||||
}
|
||||
|
||||
export type MaybePromise<T> = T | Promise<T>;
|
||||
|
||||
export type PartialRec<T> = { [P in keyof T]?: PartialRec<T[P]> };
|
||||
|
||||
Reference in New Issue
Block a user