Details

export interface Details {
  set: Record<string, any>;
  get: Record<string, any>;
}

details of input is include set , get