Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into vin/1407/save-all-don…
Browse files Browse the repository at this point in the history
…e-tasks-to-collection
  • Loading branch information
vinaybadgujar102 committed Nov 5, 2024
2 parents 8b92ade + ccd2a62 commit d9fa617
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 593 deletions.
9 changes: 3 additions & 6 deletions pkg/scheduler.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
/* tslint:disable */
/* eslint-disable */

import { ISchedulerInput, ISchedulerOutput } from "@src/Interfaces/IScheduler";

/**
* The main wasm function to call
* @param {ISchedulerInput} input
* @returns {ISchedulerOutput}
* @param {any} input
* @returns {any}
*/
export function schedule(input: ISchedulerInput): ISchedulerOutput | undefined;
export function schedule(input: any): any;

interface Input {
startDate: string;
Expand Down
Loading

0 comments on commit d9fa617

Please sign in to comment.