mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 06:56:40 +00:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
import { db, Transaction } from "@server/db";
|
|
|
|
export async function createCertificate(domainId: string, domain: string, trx: Transaction | typeof db) {
|
|
return;
|
|
} |