File

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

Index

Properties

Properties

contactPersons
contactPersons: number[]
Type : number[]
endDate
endDate: string
Type : string
name
name: string
Type : string
scope
scope: number[]
Type : number[]
startDate
startDate: string
Type : string
export interface PostAuditDto {
  name: string;
  startDate: string;
  endDate: string;
  scope: number[];
  contactPersons: number[];
}

result-matching ""

    No results matching ""