UNPKG

planka-webhook-types

Version:

TypeScript type definitions for Planka webhook payloads

9 lines (8 loc) 140 B
/** * Fields that all Planka models have */ export type Model = { id: string; createdAt: string; updatedAt: string | null; };