/** * @example * { * provider: "provider" * } */ export interface DevicesGetRawRequest { /** Provider oura/strava etc */ provider?: string; }