ProjectSourcePlatform type

Define valores para ProjectSourcePlatform. Os valores possíveis incluem: "SQL", "MySQL", "PostgreSql", "MongoDb", "Unknown"

type ProjectSourcePlatform =
  | "SQL"
  | "MySQL"
  | "PostgreSql"
  | "MongoDb"
  | "Unknown"