UNPKG

planka-webhook-types

Version:

TypeScript type definitions for Planka webhook payloads

9 lines (8 loc) 149 B
export interface List { id: string; createdAt: string; updatedAt: string; position: number; name: string; boardId: string; }