Interface InvoicePeriodDto

interface InvoicePeriodDto {
    endDate: string;
    stardDate: string;
}

Properties

Properties

endDate: string
stardDate: string