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

Properties

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