/* * @Author: mingwei * @Date: 2022-04-16 21:42:32 * @LastEditors: mingwei * @LastEditTime: 2022-04-16 21:42:33 * @FilePath: /react-native-dev-sdk/types/tools/goBack.ts * @Description: */ export interface GoBackProps { action?: any; url?: any; }