Type Alias CircularPath

CircularPath: Circle & Path & {
    kind: "circular";
}