Is it possible to setup a schedule with echo?
I have a digest setup to send weekly emails
Is it possible to configure the same way I can on the webapp?
Is it possible to configure the same way I can on the webapp?

const digestResult = await step.digest("weekly", async () => {
return {
amount: 1,
unit: "weeks",
};
});