docs(brain): add JSDoc documentation
This commit is contained in:
@@ -14,9 +14,8 @@ import { Type } from "class-transformer";
|
||||
* DTO for querying ideas with filters and pagination
|
||||
*/
|
||||
export class QueryIdeasDto {
|
||||
@IsOptional()
|
||||
@IsUUID("4", { message: "workspaceId must be a valid UUID" })
|
||||
workspaceId?: string;
|
||||
workspaceId!: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsEnum(IdeaStatus, { message: "status must be a valid IdeaStatus" })
|
||||
|
||||
Reference in New Issue
Block a user