Type alias CheckingInMetadataDetails

CheckingInMetadataDetails: PublicationMetadataCommon & {
    address?: PhysicalAddress;
    attachments?: AnyMedia[];
    content?: EncryptableMarkdown;
    location: EncryptableString;
    mainContentFocus: CHECKING_IN;
    position?: EncryptableGeoURI;
}

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?: EncryptableMarkdown

    Optional markdown content.

  • location: EncryptableString

    Where you checking in from (free form text).

  • mainContentFocus: CHECKING_IN

    The main focus of the publication.

  • Optional position?: EncryptableGeoURI

    The optional geographic position of the location.