View Source Dagger.InterfaceTypeDef (dagger v0.9.6)

A definition of a custom interface defined in a Module.

Link to this section Summary

Link to this section Types

@type t() :: %Dagger.InterfaceTypeDef{
  description: Dagger.String.t() | nil,
  functions: [Dagger.Function.t()] | nil,
  name: Dagger.String.t(),
  source_module_name: Dagger.String.t() | nil
}