HandlerRequestDataSummaryNo summary provided.declare type HandlerRequestData = Pick<InternalRequest, 'files' | 'body' | 'auth'>;declare type HandlerRequestData = Pick<InternalRequest, 'files' | 'body' | 'auth'>;