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

RelationshipStatus

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

DEPRECATED: No data will be returned A person's relationship status.

interface RelationshipStatus {
readonly formattedValue?: string;
metadata?: FieldMetadata;
value?: string;
}

§Properties

§
readonly formattedValue?: string
[src]

Output only. The value of the relationship status translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the relationship status.

§
value?: string
[src]

The relationship status. The value can be custom or one of these predefined values: * single * inARelationship * engaged * married * itsComplicated * openRelationship * widowed * inDomesticPartnership

  • inCivilUnion