Skip to main content
Version: Next

PartialDto

Callable

  • PartialDto<T>(dto: Dto<T>): Dto<Partial<T>>

  • 将一个 DTO 类的所有属性转换为可选属性


    Type parameters

    • T