src/dto/1.0.0/course/response-boolean.dto.ts
Properties |
success |
Type : Boolean
|
export class BooleanResponseDTO {
success: Boolean
}