@palmares/drizzle-engine
Version:
This is the engine that wraps the hole drizzle interface in a way palmares can understand and have full control of
7 lines • 315 B
TypeScript
export declare function getBuilderArgs(builder: {
type: string;
databaseName: string;
args?: string;
withoutD?: boolean;
}, callback: (defaultOptions: [string, string][]) => [string, string][]): (customAttributesArgs: any, customAttributesOptions: any) => string;
//# sourceMappingURL=utils.d.ts.map