Files
windmill/cli/types.ts
T

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;
};