defrost-db
Version:
Database client for Defrost protocol
9 lines • 675 B
TypeScript
import { PrismaClient, Prisma } from "@prisma/client";
import { DefrostPrismaClient } from "./types";
export * from "@prisma/client";
export * from "./types";
export { Prisma };
export declare function getPrismaClient(dbUrl?: string): DefrostPrismaClient;
export type { PrismaClient };
export type { user as User, project as Project, pool as Pool, stake as Stake, unstake as Unstake, interest_claim as InterestClaim, platform_statistics as PlatformStatistics, emission_rate as EmissionRate, native_exchange_rate_snapshot as NativeExchangeRateSnapshot, project_exchange_rate_snapshot as ProjectExchangeRateSnapshot, } from "@prisma/client";
//# sourceMappingURL=index.d.ts.map