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

TrelloRequest

import type { TrelloRequest } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/common/tasks/trello.ts";
interface TrelloRequest {
actions?: string;
desc?: string;
idOrganization?: string;
key: string;
name?: string;
token: string;
}

§Properties

§
actions?: string
[src]
§
desc?: string
[src]
§
idOrganization?: string
[src]
§
key: string
[src]
§
name?: string
[src]
§
token: string
[src]