SpaceMetadataDetails: PostMetadataCommon & {
    attachments?: AnyMedia[];
    content?: Markdown;
    link: URI;
    mainContentFocus: SPACE;
    startsAt: DateTime;
    title: string;
}

Type declaration

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: Markdown

    Optional markdown content.

  • link: URI

    The space join link.

  • mainContentFocus: SPACE

    The main focus of the post.

  • startsAt: DateTime

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

  • title: string

    The space title.