UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 223 B
type AIRLINK_AUTH_RESPONSE_TYPE = 0 | 1; declare const AIRLINK_ERROR_LOGIN_OR_PASS: 0; declare const AIRLINK_AUTH_OK: 1; export { AIRLINK_AUTH_OK, AIRLINK_ERROR_LOGIN_OR_PASS }; export type { AIRLINK_AUTH_RESPONSE_TYPE };