export type GlobalWhenRequest = 'pre_request' | 'post_request'; export type GlobalWhenResponse = 'pre_response' | 'post_response';