mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +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;
|
|
};
|