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

FamilysharingShareOptions

import type { FamilysharingShareOptions } from "https://googleapis.deno.dev/v1/books:v1.ts";

Additional options for Books#familysharingShare.

interface FamilysharingShareOptions {
docId?: string;
source?: string;
volumeId?: string;
}

§Properties

§
docId?: string
[src]

The docid to share.

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId?: string
[src]

The volume to share.