Files
windmill/cli/types.ts
T
2022-11-01 15:53:28 +01:00

9 lines
217 B
TypeScript

export type GlobalOptions = {
baseUrl: string | undefined;
remote: string | undefined;
workspace: string | undefined;
token: string | undefined;
email: string | undefined;
password: string | undefined;
};