
/**
 * Represents the format of a manifest.
 */
export enum ManifestCoderFormat {
    JSON = "JSON",
    YAML = "YAML",
}