refactor: add descriptive comments for various response payload interfaces
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
*/
|
||||
import type { BoardReadSuccessMetrics } from "./boardReadSuccessMetrics";
|
||||
|
||||
/**
|
||||
* Board payload returned from read endpoints.
|
||||
*/
|
||||
export interface BoardRead {
|
||||
name: string;
|
||||
slug: string;
|
||||
|
||||
Reference in New Issue
Block a user