Interface CurrentPhaseResponse

Hierarchy

  • CurrentPhaseResponse

Properties

current: {
    effective: string;
    end: string;
}

Type declaration

  • effective: string
  • end: string
effective: string
end?: string
features?: `feature:${string}@plan:${string}@${string}`[]
fragments?: `feature:${string}@plan:${string}@${string}`[]
plans?: `plan:${string}@${string}`[]
trial?: boolean

Generated using TypeDoc