File

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

Index

Properties

Properties

auditId
auditId: number
Type : number
goal
goal: string
Type : string
interviewedContactPersons
interviewedContactPersons: literal type[]
Type : literal type[]
interviewScope
interviewScope: number[]
Type : number[]
startDate
startDate: string
Type : string
export interface PostInterviewDto {
  auditId: number;
  startDate: string;
  goal: string;
  interviewedContactPersons: { id: number; role: string }[];
  interviewScope: number[];
}

result-matching ""

    No results matching ""