# TimerOps

`interface` in `types` · v0.13.0

<https://docs.seedcord.org/packages/types/0.13.0/interfaces/timer-ops>

```ts
interface TimerOps
```

## Methods

### timer

```ts
async timer(
    key: string,
    fireAt: EpochMs
): Promise<void>
```
