Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Profile

import type { Profile } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

Gyazo account profile

interface Profile {
email: string;
name: string;
profile_image: string;
uid: string;
}

§Properties

§
email: string
[src]
§
name: string
[src]
§
profile_image: string
[src]
§
uid: string
[src]