Type Alias ClubType

ClubType:
    | "Public"
    | "Private"
    | "Secret"
    | "Unknown"