added necessary insomnia enums and exports

This commit is contained in:
StormGear
2025-01-06 15:03:56 +00:00
parent d1e591675b
commit be7954ddd9
6 changed files with 41 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class Importer {
?.map((t) => (null, t))
.toList(),
ImportFormat.postman => PostmanIO().getHttpRequestModelList(content),
ImportFormat.insomia => InsomiaIO().getHttpRequestModelList(content),
};
}
}