tabletop-commander/global.d.ts
2024-03-17 09:33:27 -06:00

6 lines
105 B
TypeScript

import { DHSecretClient } from "./lib/secret";
export declare global {
var Secrets: DHSecretClient;
}