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

Usersettings

import type { Usersettings } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Usersettings {
kind?: string;
notesExport?: {
folderName?: string;
isEnabled?: boolean;
}
;
notification?: {
matchMyInterests?: {
opted_state?: string;
}
;
moreFromAuthors?: {
opted_state?: string;
}
;
moreFromSeries?: {
opted_state?: string;
}
;
priceDrop?: {
opted_state?: string;
}
;
rewardExpirations?: {
opted_state?: string;
}
;
}
;
}

§Properties

§
kind?: string
[src]

Resource type.

§
notesExport?: {
folderName?: string;
isEnabled?: boolean;
}
[src]

User settings in sub-objects, each for different purposes.

§
notification?: {
matchMyInterests?: {
opted_state?: string;
}
;
moreFromAuthors?: {
opted_state?: string;
}
;
moreFromSeries?: {
opted_state?: string;
}
;
priceDrop?: {
opted_state?: string;
}
;
rewardExpirations?: {
opted_state?: string;
}
;
}
[src]