Whiteboard code in toolbar in Whiteboard view

This commit is contained in:
2026-02-19 00:25:12 +01:00
parent 2a3e971f41
commit 7177446470
4 changed files with 128 additions and 34 deletions

View File

@@ -25,6 +25,7 @@ export interface AuthResponse {
export interface Whiteboard {
id: string
ownerId: string
code: string
title: string
createdAt: Date
deletedAt?: Date