export const DESCRIPTIVE_PARAMS = new Set([ 'data', 'item', 'value', 'key', 'index', 'id', 'name', 'type', 'config', 'options', 'params', 'args', 'input', 'output', 'result', 'response', 'request', 'callback', 'handler', 'event', 'error', 'message', 'context', 'file', 'path', 'url', 'source', 'target', 'content', 'body', 'payload', 'user', 'userid', 'user_id', 'starttime', 'endtime', 'duration', 'timeout', 'retry', 'count', 'limit', 'offset', 'page', 'size', 'length', 'width', 'height', 'depth', 'color', 'background', 'foreground', 'border', 'margin', 'padding', 'position', 'top', 'bottom', 'left', 'right', 'center', 'start', 'end', 'begin', 'finish', 'complete', 'pending', 'active', 'inactive', 'enabled', 'disabled', 'visible', 'hidden', 'open', 'closed', 'locked', 'unlocked', 'read', 'write', 'append', 'prepend', 'insert', 'replace', 'merge', 'split', 'join', 'filter', 'map', 'reduce', 'find', 'sort', 'reverse', 'unique', 'flatten', 'compact', 'chunk', 'zip', 'unzip', 'completed', 'failed', 'healthy', 'high', 'medium', 'low', 'running', 'stopped', 'title', 'subtitle', 'label', 'description', 'version', 'timestamp', 'date', 'time', 'status', 'mode', 'action', 'effect', 'resource', 'principal', 'statement', 'sid', 'allow', 'deny', 'roi', 'unifiedbudget', 'filepath', 'rootdir', 'fp', 'email', 'username', 'password', 'token', 'secret', 'apikey', 'api_key', 'baseurl', 'base_url', 'endpoint', 'method', 'headers', 'queryparams', 'query_params', 'bodyparams', 'body_params', 'formdata', 'form_data', 'filename', 'file_name', 'filetype', 'file_type', 'filesize', 'file_size', 'filecontent', 'file_content', 'fileurl', 'file_url', 'fileid', 'file_id', 'filekey', 'file_key', 'filepath', 'file_path', 'filedir', 'file_dir', 'fileext', 'file_ext', 'filebase', 'file_base', 'filenamewithoutext', 'file_name_without_ext', 'filedirname', 'file_dirname', 'filebasename', 'file_basename', 'fileextname', 'file_extname', 'fileroot', 'file_root', 'filesep', 'file_sep', 'filejoin', 'file_join', 'fileresolve', 'file_resolve', 'filenormalize', 'file_normalize', 'exp', 'ctx', 'options', 'done', 'next', 'reject', 'resolve', 'error', 'err', 'req', 'res', 'event', 'payload', 'metadata', 'params', 'props', 'state', 'dispatch', 'action', 'config', 'directory', 'useroptions', 'resultslength', 'totalissues', 'totaltokencost', 'elapsedtime', ]);