/** * OriginStamp Client * * OpenAPI spec version: 3.0 * OriginStamp Documentation: https://doc.originstamp.org * Contact: mail@originstamp.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ /** * DTO for schedule request. */ export interface SchedulerRequest { /** * Currency for which the next submission time should be retrieved. 0: Bitcoin */ currency?: number; }