Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface common.IBtrPathConfig
import { type common } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
const { IBtrPathConfig } = common;

Properties

id: string
enterPoint: string
exitPoint: string
pathPoints: string[]
once: boolean
circle: boolean
circleCount: number