export interface SqlPythonRequest { 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; modelStyle?: string | null; } //# sourceMappingURL=sql-python-request.d.ts.map