5 lines
No EOL
166 B
TypeScript
5 lines
No EOL
166 B
TypeScript
import { db, Transaction } from "@server/db";
|
|
|
|
export async function createCertificate(domainId: string, domain: string, trx: Transaction | typeof db) {
|
|
return;
|
|
} |