Interface AtsumaruEnvironment

interface AtsumaruEnvironment {
    supportedModes?: "multi"[];
}

Properties

Properties

supportedModes?: "multi"[]