Duration
The duration object. Contains the duration in the units specified by the object.
interface Duration {
days?: number;
hours?: number;
minutes?: number;
months?: number;
seconds?: number;
weeks?: number;
years?: number;
}The duration object. Contains the duration in the units specified by the object.