package obuilder

  1. Overview
  2. Docs
type t = {
  1. ty : [ `Bind | `Volume ];
  2. src : string;
  3. dst : string;
  4. readonly : bool;
}