Interface Seconds

Contains a value representing a number of seconds.

interface Seconds {
    @type: "seconds";
    seconds: number;
}

Properties

Properties

@type: "seconds"
seconds: number

Number of seconds.