File size: 291 Bytes
dab69e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * Generated by orval v8.8.1 🍺
 * Do not edit manually.
 * OpenAPI spec version: 0.0.1
 */

export interface CodexDeviceLogin {
  /** @minimum 0 */
  intervalSeconds: number
  loginId: string
  /** @minimum 0 */
  timeoutSeconds: number
  userCode: string
  verificationUrl: string
}