feat: require brand description in create and update operations, add validation messages
Frontend CI / Frontend (push) Successful in 4m25s
Backend CI / Backend (push) Successful in 15m23s

This commit is contained in:
2026-06-09 14:09:05 +08:00
parent a6d203a300
commit 41f5623791
9 changed files with 148 additions and 25 deletions
+1 -1
View File
@@ -1670,7 +1670,7 @@ export interface PublisherPublishResponse {
export interface BrandRequest {
name: string
website?: string | null
description?: string | null
description: string
}
export interface Brand {