interface ICallOptions {
    envs: {
        [key: string]: string;
    };
    operation: "run" | "sleep" | "reset";
}

Properties

Properties

envs: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
operation: "run" | "sleep" | "reset"

Generated using TypeDoc