Skip to main content

TypeAlias.UntpPeriod

type UntpPeriod = {
endDate: string;
periodInformation?: string;
startDate: string;
type: ["Period"];
};

Type Declaration

NameType
endDatestring
periodInformation?string
startDatestring
type["Period"]