fix type error

This commit is contained in:
Scott Wilson
2025-07-23 18:26:01 -07:00
parent dd0c07fb95
commit dd008724fb

View File

@@ -139,7 +139,6 @@ enum RowType {
Folder = "folder",
DynamicSecret = "dynamic",
Secret = "secret",
Import = "import",
SecretRotation = "rotation"
}