package bistro

  1. Overview
  2. Docs
type t = {
  1. account : string;
  2. name : string;
  3. tag : string option;
  4. registry : string option;
}