2026-02-06 16:12:04 +05:30
|
|
|
/**
|
|
|
|
|
* Generated by orval v8.2.0 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export interface BoardMemoryRead {
|
2026-02-07 20:29:50 +05:30
|
|
|
id: string;
|
2026-02-06 21:56:16 +05:30
|
|
|
board_id: string;
|
2026-02-06 16:12:04 +05:30
|
|
|
content: string;
|
2026-02-06 21:56:16 +05:30
|
|
|
tags?: string[] | null;
|
2026-02-07 20:29:50 +05:30
|
|
|
source?: string | null;
|
|
|
|
|
is_chat?: boolean;
|
|
|
|
|
created_at: string;
|
2026-02-06 16:12:04 +05:30
|
|
|
}
|