File

src/app/core/data/models/answer.model.ts

Index

Properties

Properties

annotation
annotation: string
Type : string
Optional
documentation
documentation: boolean
Type : boolean
Optional
faccritId
faccritId: number
Type : number
interviewId
interviewId: number
Type : number
procedure
procedure: boolean
Type : boolean
Optional
proof
proof: string
Type : string
Optional
questionId
questionId: number
Type : number
reason
reason: string
Type : string
Optional
responsible
responsible: boolean
Type : boolean
Optional
result
result: boolean
Type : boolean
Optional
export interface Answer {
  interviewId: number;
  faccritId: number;
  questionId: number;

  result?: boolean;
  responsible?: boolean;
  documentation?: boolean;
  procedure?: boolean;

  reason?: string;
  proof?: string;
  annotation?: string;
}

result-matching ""

    No results matching ""