export interface RestEndpointExecutionResponse { data?: any; error?: any; }