Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiResponse.OAuth
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.12/src/types/api.ts";
const { OAuth } = ApiResponse;
definition: { access_token: string; token_type: string; expires_in: number; scope: string; jti: string; }