File

src/app/core/http/dtos/put-interview.dto.ts

Index

Properties

Properties

endDate
endDate: string
Type : string
goal
goal: string
Type : string
startDate
startDate: string
Type : string
status
status: InterviewStatus
Type : InterviewStatus
import { InterviewStatus } from '../../data/models/interview.model';

export interface PutInterviewDto {
  startDate: string;
  endDate: string;
  status: InterviewStatus;
  goal: string;
}

result-matching ""

    No results matching ""