fix: include createdAt and updatedAt in ColumnPayload mapping
This commit is contained in:
Vendored
+2
@@ -30,6 +30,8 @@ export interface BoardPayload {
|
||||
id: string;
|
||||
title: string;
|
||||
role: Role;
|
||||
memberKey?: string;
|
||||
memberUrlFragment?: string;
|
||||
autoMoveStale: boolean;
|
||||
columns: ColumnPayload[];
|
||||
createdAt: string;
|
||||
|
||||
Reference in New Issue
Block a user