Files
dealplustech/dealplustech-astro/node_modules/astro/dist/cli/create-key/definitions.d.ts
2026-03-02 12:35:14 +07:00

4 lines
71 B
TypeScript

export interface KeyGenerator {
generate: () => Promise<string>;
}