export interface UpdateMetadata {
  name: string;
  type: string;
  methodName: string;
  callback?: Function | Record<string, any>;
}