Type Alias PeriodKindResponse

PeriodKindResponse:
    | "proposal"
    | "exploration"
    | "cooldown"
    | "promotion"
    | "adoption"
    | "testing_vote"
    | "testing"
    | "promotion_vote"