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

Series

import type { Series } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Series {
kind?: string;
series?: {
bannerImageUrl?: string;
eligibleForSubscription?: boolean;
imageUrl?: string;
isComplete?: boolean;
seriesFormatType?: string;
seriesId?: string;
seriesSubscriptionReleaseInfo?: {
cancelTime?: string;
currentReleaseInfo?: {
amountInMicros?: number;
currencyCode?: string;
releaseNumber?: string;
releaseTime?: string;
}
;
nextReleaseInfo?: {
amountInMicros?: number;
currencyCode?: string;
releaseNumber?: string;
releaseTime?: string;
}
;
seriesSubscriptionType?: string;
}
;
seriesType?: string;
subscriptionId?: string;
title?: string;
}
[]
;
}

§Properties

§
kind?: string
[src]

Resource type.

§
series?: {
bannerImageUrl?: string;
eligibleForSubscription?: boolean;
imageUrl?: string;
isComplete?: boolean;
seriesFormatType?: string;
seriesId?: string;
seriesSubscriptionReleaseInfo?: {
cancelTime?: string;
currentReleaseInfo?: {
amountInMicros?: number;
currencyCode?: string;
releaseNumber?: string;
releaseTime?: string;
}
;
nextReleaseInfo?: {
amountInMicros?: number;
currencyCode?: string;
releaseNumber?: string;
releaseTime?: string;
}
;
seriesSubscriptionType?: string;
}
;
seriesType?: string;
subscriptionId?: string;
title?: string;
}
[]
[src]