Skip to main content
Module

x/cdek/mod.ts>ApiResponse.OAuth

📦CDEK api client
Latest
type alias ApiResponse.OAuth
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { OAuth } = ApiResponse;
definition: { access_token: string; token_type: string; expires_in: number; scope: string; jti: string; }