/** * A post-view mode that changes how multiple post listings look. */ export type PostListingMode = "list" | "card" | "small_card";