fix: linting

This commit is contained in:
Matilda Landström
2024-05-20 16:44:41 +02:00
parent f048e96e02
commit c24f9026f7
3 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
import { Lang } from "@/constants/languages"
import type { System } from "../system"
import type { AllRequestResponse } from "../utils/all"
import type { Edges } from "../utils/edges"
import type { System } from "../system"
interface AccountPageBreadcrumbs {
breadcrumbs: {
@@ -36,7 +37,7 @@ interface AccountPageBreadcrumbRefs extends System {
}
interface AllAccountPageRefsResponse
extends AllRequestResponse<AccountPageBreadcrumbRefs> { }
extends AllRequestResponse<AccountPageBreadcrumbRefs> {}
export interface GetMyPagesBreadcrumbsRefsData {
all_account_page: AllAccountPageRefsResponse