-module(startest@context). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -define(FILEPATH, "src/startest/context.gleam"). -export_type([context/0]). -type context() :: {context, startest@config:config(), bigben@clock:clock(), startest@logger:logger(), gleam@time@timestamp:timestamp()}.