Interface TinPresets

interface TinPresets {
    instruction_text?: string;
    left_overlay_image?: string;
    lighting_toobright_image?: string;
    lighting_toodark_image?: string;
}

Properties

instruction_text?: string
left_overlay_image?: string
lighting_toobright_image?: string
lighting_toodark_image?: string