-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts
More file actions
26 lines (21 loc) · 2.34 KB
/
Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts
File metadata and controls
26 lines (21 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Generated by tsbindgen - Architecture
// Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.js';
// Core type aliases from @tsonic/core
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
// Cross-namespace type imports for constraints
import type { IDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
import type { ValueComparer } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking.js';
import type { CSharpRuntimeAnnotationCodeGeneratorDependencies, CSharpRuntimeAnnotationCodeGeneratorParameters, RelationalCSharpRuntimeAnnotationCodeGenerator, RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.Internal.js';
import type { AnnotationCodeGenerator, AnnotationCodeGeneratorDependencies, IAnnotationCodeGenerator, IDesignTimeServices, MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js';
import type { IAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
import type { IColumn, IEntityType, IIndex, IModel, IProperty, IRelationalModel, ITable, ITableIndex } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
import type { CoreTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { NpgsqlAnnotationCodeGenerator as NpgsqlAnnotationCodeGenerator } from './Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.js';
export { NpgsqlCSharpRuntimeAnnotationCodeGenerator as NpgsqlCSharpRuntimeAnnotationCodeGenerator } from './Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.js';
export { NpgsqlDesignTimeServices as NpgsqlDesignTimeServices } from './Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.js';