TypeAlias.UntpPeriod
type UntpPeriod = {
endDate: string;
periodInformation?: string;
startDate: string;
type: ["Period"];
};
Type Declaration
| Name | Type |
|---|---|
endDate | string |
periodInformation? | string |
startDate | string |
type | ["Period"] |
type UntpPeriod = {
endDate: string;
periodInformation?: string;
startDate: string;
type: ["Period"];
};
| Name | Type |
|---|---|
endDate | string |
periodInformation? | string |
startDate | string |
type | ["Period"] |