feat: add created_by_name field to Booking type

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-29 16:05:56 +01:00
co-authored by Sisyphus
parent e8c03d6c30
commit 0f118205d6
+1
View File
@@ -106,6 +106,7 @@ export interface Booking {
created_at: string; created_at: string;
updated_at: string; updated_at: string;
created_by?: string; created_by?: string;
created_by_name?: string;
// Deposit fields // Deposit fields
deposit_required: boolean; deposit_required: boolean;