File

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

Index

Properties

Properties

endDate
endDate: string
Type : string
name
name: string
Type : string
startDate
startDate: string
Type : string
export interface PutAuditDto {
  name: string;
  startDate: string;
  endDate: string;
}

result-matching ""

    No results matching ""