import type { EndpointType } from "$lib/enums/endpoints"; export interface IEndpoint { type: EndpointType name: string path: string hash: string }