UNPKG

@effectai/sdk

Version:

Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))

6 lines (5 loc) 191 B
import type { Client } from "../../client"; export type GetRepetitionsArgs = { client: Client; }; export declare const getRepetitions: ({ client }: GetRepetitionsArgs) => Promise<any[]>;