tamer.s3.package.scala Maven / Gradle / Ivy
package tamer
import zio.Ref
package object s3 {
type KeysR = Ref[Keys]
type Keys = List[String]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package tamer
import zio.Ref
package object s3 {
type KeysR = Ref[Keys]
type Keys = List[String]
}