Package-level declarations
Types
Link copied to clipboard
data class Document(val bskyPostRef: StrongRef? = null, val content: DocumentContentUnion? = null, val contributors: List<DocumentContributor>? = null, val coverImage: Blob? = null, val description: String? = null, val labels: DocumentLabelsUnion? = null, val links: DocumentLinksUnion? = null, val path: String? = null, val publishedAt: Timestamp, val site: Uri, val tags: List<String>? = null, val textContent: String? = null, val title: String, val updatedAt: Timestamp? = null)
Link copied to clipboard
Link copied to clipboard
data class DocumentContributor(val did: Did, val displayName: String? = null, val role: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Publication(val basicTheme: Basic? = null, val description: String? = null, val icon: Blob? = null, val labels: PublicationLabelsUnion? = null, val name: String, val preferences: PublicationPreferences? = null, val url: Uri)
Link copied to clipboard
Link copied to clipboard