Spaces:
Sleeping
Sleeping
import { IsOptional, IsString, IsUrl } from 'class-validator'; | |
export class UpdateFeedDto { | |
() | |
() | |
image_url?: string; | |
() | |
() | |
title?: string; | |
() | |
() | |
description?: string; | |
} | |