SpaceMetadataDetails: PublicationMetadataCommon & {
    attachments?: AnyMedia[];
    content?: EncryptableMarkdown;
    link: EncryptableURI;
    mainContentFocus: SPACE;
    startsAt: EncryptableDateTime;
    title: string;
}

Type declaration

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: EncryptableMarkdown

    Optional markdown content.

  • link: EncryptableURI

    The space join link.

  • mainContentFocus: SPACE

    The main focus of the publication.

  • startsAt: EncryptableDateTime

    The space start time (ISO 8601 YYYY-MM-DDTHH:mm:ss.sssZ).

  • title: string

    The space title.