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

TrelloBoard

import type { TrelloBoard } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/common/tasks/trello.ts";
interface TrelloBoard {
closed: boolean;
creationMethod?: string;
dateClosed?: string;
dateLastActivity: string;
dateLastView: string;
datePluginDisable?: string;
desc: string;
descData?: string;
enterpriseOwned: boolean;
id: string;
idBoardSource?: string;
idEnterprise?: string;
idMemberCreator: string;
idOrganization: string;
idTags: string[];
ixUpdate?: string;
labelNames: {
[name: string]: string;
}
;
limits?: any;
memberships: any[];
name: string;
pinned?: any;
powerUps: string[];
prefs: {
permissionLevel: string;
hideVotes: boolean;
voting: string;
comments: string;
invitations: string;
selfJoin: boolean;
cardCovers: boolean;
isTemplate: boolean;
cardAging: string;
calendarFeedEnabled: boolean;
background: string;
backgroundImage: string;
backgroundImageScaled: any;
backgroundTile: boolean;
backgroundBrightness: string;
backgroundBottomColor: string;
backgroundTopColor: string;
canBePublic: boolean;
canBeEnterprise: boolean;
canBeOrg: boolean;
canBePrivate: boolean;
canInvite: boolean;
}
;
premiumFeatures: string[];
shortLink: string;
shortUrl: string;
starred: boolean;
subscribed: boolean;
templateGallery?: string;
url: string;
}

§Properties

§
closed: boolean
[src]
§
creationMethod?: string
[src]
§
dateClosed?: string
[src]
§
dateLastActivity: string
[src]
§
dateLastView: string
[src]
§
datePluginDisable?: string
[src]
§
desc: string
[src]
§
descData?: string
[src]
§
enterpriseOwned: boolean
[src]
§
id: string
[src]
§
idBoardSource?: string
[src]
§
idEnterprise?: string
[src]
§
idMemberCreator: string
[src]
§
idOrganization: string
[src]
§
idTags: string[]
[src]
§
ixUpdate?: string
[src]
§
labelNames: {
[name: string]: string;
}
[src]
§
limits?: any
[src]
§
memberships: any[]
[src]
§
name: string
[src]
§
pinned?: any
[src]
§
powerUps: string[]
[src]
§
prefs: {
permissionLevel: string;
hideVotes: boolean;
voting: string;
comments: string;
invitations: string;
selfJoin: boolean;
cardCovers: boolean;
isTemplate: boolean;
cardAging: string;
calendarFeedEnabled: boolean;
background: string;
backgroundImage: string;
backgroundImageScaled: any;
backgroundTile: boolean;
backgroundBrightness: string;
backgroundBottomColor: string;
backgroundTopColor: string;
canBePublic: boolean;
canBeEnterprise: boolean;
canBeOrg: boolean;
canBePrivate: boolean;
canInvite: boolean;
}
[src]
§
premiumFeatures: string[]
[src]
§
shortUrl: string
[src]
§
starred: boolean
[src]
§
subscribed: boolean
[src]
§
templateGallery?: string
[src]
§
url: string
[src]