Type alias CheckingInMetadataDetails

CheckingInMetadataDetails: PostMetadataCommon & {
    address?: PhysicalAddress;
    attachments?: AnyMedia[];
    content?: Markdown;
    location: string;
    mainContentFocus: CHECKING_IN;
    position?: GeoURI;
}

Type declaration

  • Optional address?: PhysicalAddress

    The optional address of the location.

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: Markdown

    Optional markdown content.

  • location: string

    Where you checking in from (free form text).

  • mainContentFocus: CHECKING_IN

    The main focus of the post.

  • Optional position?: GeoURI

    The optional geographic position of the location.