// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
//   protoc-gen-ts_proto  v2.6.1
//   protoc               v3.17.1
// source: common/Ref.proto

/* eslint-disable */

/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */

export interface Ref {
  /**
   * Field 'ref' with JSON name '$ref' accepts the value of either 'ref' or '$ref' from the YAML file.
   * If both 'ref' and '$ref' are specified, the value of '$ref' takes priority.
   */
  $ref?: string | undefined;
}
