Skip to content

Export Stack<T> Type #1

Description

@SgaBenza

It would be useful we can import this type from src/lib/stack.ts

type Stack<T> = {
  datum: T
  to: number
  base: number
  group: string
  category: string | number
  value: number
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions