|
1 | 1 | import{gql}from"code-tag"; |
2 | 2 | importtype{GithubBlog}from"../github-blog"; |
3 | | -importtype{Unwrap}from"../types"; |
4 | 3 | import{isNonNull}from"../utils/func"; |
5 | 4 | import{PagerParams}from"../utils/pager"; |
6 | 5 | import{Label}from"../datatypes/Label"; |
@@ -70,4 +69,4 @@ export const getLabels = (blog: GithubBlog) => async (params?: GetLabelsParams) |
70 | 69 |
|
71 | 70 | exporttypeGetLabels=ReturnType<typeofgetLabels>; |
72 | 71 |
|
73 | | -exporttypeGetLabelsResult=Unwrap<ReturnType<GetLabels>>; |
| 72 | +exporttypeGetLabelsResult=Awaited<ReturnType<GetLabels>>; |