Mandarine.MandarineInitialProperties
import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts";
const { MandarineInitialProperties } = Mandarine;
Structure for mandarine.json If mandarine.json is present, some behaviors of the Mandarine starter can be altered such as the location of the properties.json file
interface MandarineInitialProperties {
denoEnv: {};
[prop: string]: string;
propertiesFilePath: string | undefined;
}