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

TodoistTask

import type { TodoistTask } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/common/tasks/todoist.ts";
interface TodoistTask extends Todo {
id: number;
project_id: number;
}

§Extends

§Properties

§
id: number
[src]
§
project_id: number
[src]