import { MidaPlaygroundAccount } from "../accounts/MidaPlaygroundAccount"; export type MidaPlaygroundLatencyCustomizer = (tradingAccount: MidaPlaygroundAccount) => Promise;