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

EnterpriseTopazSidekickGap

import type { EnterpriseTopazSidekickGap } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface EnterpriseTopazSidekickGap {
displayRemainingTime?: string;
endTime?: string;
endTimeMs?: bigint;
remainingTime?: number;
startTime?: string;
startTimeMs?: bigint;
}

§Properties

§
displayRemainingTime?: string
[src]

Localized time string in the format: 1 hour 15 minutes

§
endTime?: string
[src]

Localized time string in the format:(Locale CZ) 8:30 odp.

§
endTimeMs?: bigint
[src]
§
remainingTime?: number
[src]
§
startTime?: string
[src]

Localized time string in the format:(Locale CZ) 8:30 odp.

§
startTimeMs?: bigint
[src]