Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into vin/1918/move-goal
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaybadgujar102 committed Nov 4, 2024
2 parents 7ec0e15 + 88a6c83 commit b68440a
Show file tree
Hide file tree
Showing 11 changed files with 268 additions and 308 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 b68440a

Please sign in to comment.