@tsonic/efcore 10.0.39 → 10.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5754,8 +5754,8 @@ export interface TypeBase$instance extends ConventionAnnotatable {
|
|
|
5754
5754
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
|
|
5755
5755
|
|
|
5756
5756
|
readonly BaseBuilder: InternalTypeBaseBuilder;
|
|
5757
|
-
get BaseType():
|
|
5758
|
-
set BaseType(value:
|
|
5757
|
+
get BaseType(): EntityType | undefined | TypeBase | undefined;
|
|
5758
|
+
set BaseType(value: EntityType | undefined | TypeBase | undefined);
|
|
5759
5759
|
readonly ClrType: Type;
|
|
5760
5760
|
get ConstructorBinding(): InstantiationBinding | undefined;
|
|
5761
5761
|
set ConstructorBinding(value: InstantiationBinding | undefined);
|