Interface FromTo

interface FromTo {
    from: MomentInput;
    to: MomentInput;
}

Properties

Properties