UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

14 lines (12 loc) 328 B
/** AI auto thumbnail setting. */ export const AiAutoThumbnailEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF', } as const; /** type definition of AiAutoThumbnailEnum */ export type AiAutoThumbnailEnum = (typeof AiAutoThumbnailEnum)[keyof typeof AiAutoThumbnailEnum];