mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Move EnvironmentVariableType
This commit is contained in:
@@ -9,6 +9,8 @@ enum APIType {
|
||||
final String abbr;
|
||||
}
|
||||
|
||||
enum EnvironmentVariableType { variable, secret }
|
||||
|
||||
enum HTTPVerb {
|
||||
get("GET"),
|
||||
head("HEAD"),
|
||||
|
||||
Reference in New Issue
Block a user