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

TrelloCard

import type { TrelloCard } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/common/tasks/trello.ts";
interface TrelloCard {
badges?: any;
cardRole?: string;
checkItemStates?: string;
closed: boolean;
cover?: any;
dateLastActivity: string;
desc: string;
descData?: string;
due?: string;
dueComplete: boolean;
dueReminder?: string;
id: string;
idAttachmentCover?: string;
idBoard: string;
idChecklists: string[];
idLabels: string[];
idList: string;
idMembers: string[];
idMembersVoted: string[];
idShort: number;
isTemplate: boolean;
labels: string[];
manualCoverAttachment: boolean;
name: string;
pos: number;
shortLink: string;
shortUrl: string;
start?: string;
subscribed: boolean;
url: string;
}

§Properties

§
badges?: any
[src]
§
cardRole?: string
[src]
§
checkItemStates?: string
[src]
§
closed: boolean
[src]
§
cover?: any
[src]
§
dateLastActivity: string
[src]
§
desc: string
[src]
§
descData?: string
[src]
§
due?: string
[src]
§
dueComplete: boolean
[src]
§
dueReminder?: string
[src]
§
id: string
[src]
§
idAttachmentCover?: string
[src]
§
idBoard: string
[src]
§
idChecklists: string[]
[src]
§
idLabels: string[]
[src]
§
idList: string
[src]
§
idMembers: string[]
[src]
§
idMembersVoted: string[]
[src]
§
idShort: number
[src]
§
isTemplate: boolean
[src]
§
labels: string[]
[src]
§
manualCoverAttachment: boolean
[src]
§
name: string
[src]
§
pos: number
[src]
§
shortUrl: string
[src]
§
start?: string
[src]
§
subscribed: boolean
[src]
§
url: string
[src]