mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
9 lines
217 B
TypeScript
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;
|
|
};
|