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