studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
9 lines (8 loc) • 375 B
TypeScript
import { Cli } from '../../effect.js';
export declare const cryptoCMD: Cli.Command.Command<"crypto", never, RangeError, {
readonly subcommand: import("effect/Option").Option<{
readonly keyFile: string;
readonly expire: 31556926 | import("effect/Option").Option<number>;
readonly debug: false | import("effect/Option").Option<boolean>;
}>;
}>;