Source type

Type of source the imported data originate from.

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import {  } from "@supernovaio/sdk"
                                                        
                                                            

Cases

The following enumeration cases are available:

  • figma: Means the source of the data is Figma
  • tokenStudio: Means the source of the data (specifically, tokens) is Token Studio

Do note that supernova source doesn't exist, as that is implied by observing null on the source or origin property of any given design system object.

Formal definition


                                                        
                                                        
                                                            enum SourceType {
                                                          figma = "Figma",
                                                          tokenStudio = "TokenStudio",
                                                        }