UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

8 lines (7 loc) 184 B
import { ComponentAnimation } from "./HMI"; export interface UserManagerFB { loginBtn: ComponentAnimation; logoutBtn: ComponentAnimation; username: string; password: string; }