export interface SqlCSharpRequest { ddlSource: string | null; generateInterfaces?: boolean | null; generateNavigationProperties?: boolean | null; generateValidationAnnotations?: boolean | null; initializeProperties?: boolean | null; singularTypeNames?: boolean | null; precisionSafeDecimals?: boolean | null; jsonAs?: string | null; schemaPrefix?: string | null; namespace?: string | null; } //# sourceMappingURL=sql-c-sharp-request.d.ts.map