studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
14 lines (13 loc) • 622 B
TypeScript
import { Cli } from '../../../effect.js';
/**
* One year in seconds
*/
export declare const OneYear = 31556926;
export declare const keyFile: Cli.Args.Args<string>;
export declare const expire: Cli.Options.Options<31556926 | import("effect/Option").Option<number>>;
export declare const debug: Cli.Options.Options<false | import("effect/Option").Option<boolean>>;
export declare const genJWT: Cli.Command.Command<"gen-jwt", never, RangeError, {
readonly keyFile: string;
readonly expire: 31556926 | import("effect/Option").Option<number>;
readonly debug: false | import("effect/Option").Option<boolean>;
}>;