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

Template

import type { Template } from "https://raw.githubusercontent.com/takker99/deno-anki/master/mod.ts";
interface Template {
answer: string;
example?: [string, string];
name: string;
question: string;
}

§Properties

§
answer: string
[src]
§
example?: [string, string]
[src]
§
name: string
[src]
§
question: string
[src]