/** * @example * { * timeout: 1.1 * } */ export interface UserRefreshRequest { timeout?: number; }