import { BitFlyerAccountRegion } from "../BitFlyerAccountRegion"; export type BitFlyerSpotLoginParameters = { apiKey: string; apiSecret: string; region?: BitFlyerAccountRegion; };