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

Deck

import type { Deck } from "https://raw.githubusercontent.com/takker99/deno-anki/master/mod.ts";
interface Deck {
description?: string;
id: number;
name: string;
updated?: number;
}

§Properties

§
description?: string
[src]
§
id: number
[src]

deck ID

§
name: string
[src]
§
updated?: number
[src]