Skip to content

BoardCardData

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/web/src/components/Boards/helpers.ts

Properties

PropertyType
idstring
positionnumber
columnIdstring
issue`{
id: string;
ticketNumber: number;
status: string;
priority: string;
category: string;
ticketType?: string;
description: string;
pageTitle: string | null;
pageUrl: string | null;
assignee: { id: string; name: string | null; email: string } | null;
createdAt: string;
updatedAt: string;
_count?: { comments: number };

}` |

Was this page helpful?

Download as PDF