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

FamilyInfo

import type { FamilyInfo } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface FamilyInfo {
kind?: string;
membership?: {
acquirePermission?: string;
ageGroup?: string;
allowedMaturityRating?: string;
isInFamily?: boolean;
role?: string;
}
;
}

§Properties

§
kind?: string
[src]

Resource type.

§
membership?: {
acquirePermission?: string;
ageGroup?: string;
allowedMaturityRating?: string;
isInFamily?: boolean;
role?: string;
}
[src]

Family membership info of the user that made the request.