キ
Size: a a a
キ
キ
IS
キ
AxiosResponse<T> всегда возвращался например сразу dataキ
axios.interceptors.response.use(function (
response: AxiosResponse<YApiResponseBody>
): YApiResponseBody {
return response.data
},
что то типа такогоВ
AxiosResponse<T> всегда возвращался например сразу dataIS
キ
IS
VA
VA

VA

VA

VA

YS

YS
YS
export const tabs tabs = ['general', 'constructor', 'analytic', 'setting']
type PropsType = {}
type Mutable<T> = { -readonly [K in keyof T]: Mutable<T[K]> }
export type TabsName = Mutable<typeof tabstabs>