typeRegistry top-level property

Map<String, TypeConfig> typeRegistry
final

Implementation

final typeRegistry = {
  "image": TypeConfig(
    fileExtensions: [".png", ".jpg", ".jpeg", ".gif", ".bmp", ".webp"],
  ),
  "data": TypeConfig(
    fileExtensions: [".json", ".yaml", ".yml", ".toml", ".env"],
  ),
};