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

Field

import type { Field } from "https://raw.githubusercontent.com/takker99/deno-anki/master/mod.ts";
interface Field {
description?: string;
font?: string;
fontSize?: number;
name: string;
rtl?: boolean;
}

§Properties

§
description?: string
[src]
§
font?: string
[src]
§
fontSize?: number
[src]
§
name: string
[src]
§
rtl?: boolean
[src]