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

Task

import type { Task } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/common/tasks/core.ts";
interface Task {
content: string;
priority: number;
status: Status;
}

§Properties

§
content: string
[src]
§
priority: number
[src]