Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TimeInterval

import type { TimeInterval } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface TimeInterval {
end?: DateTime;
kind?: string;
start?: DateTime;
}

§Properties

§

End time of the interval. Offset is not required. If an offset is provided and start time is set, start must also include an offset.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "walletobjects#timeInterval".

§

Start time of the interval. Offset is not required. If an offset is provided and end time is set, end must also include an offset.