Skip to content

Type Alias: ListingType

ts
type ListingType = "local" | "subscribed" | "all" | "moderator_view";

Defined in: src/types/index.ts:59