UNPKG

@vue/apollo-option

Version:

Use Apollo and GraphQL with Vue.js using the `apollo` option

2 lines (1 loc) 111 B
export type DeepApplyThisType<T, TThis> = { [K in keyof T]: DeepApplyThisType<T[K], TThis> } & ThisType<TThis>