Type alias ZoeManualTimerOptions
ZoeManualTimerOptions: {
eventLoopIteration?: (() => Promise<void>);
timeStep?: RelativeTime | bigint;
}
Type declaration
Optional
eventLoopIteration?: (() => Promise<void>)
- (): Promise<void>
Returns Promise<void>
Optional
timeStep?: RelativeTime | bigint