import http from 'libs/http' export const getSelfFinish = (params: boolean): Promise> => http.post('/self-test/finish', { params: { mode: params } })