6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export type CLIOptions = {
|
|
config: string;
|
|
date: string;
|
|
interval: string;
|
|
to?: string;
|
|
} |