/** * Re-exports the TurboModule spec type for use across the library. * @module interfaces/turboModule */ import type { Spec } from '../NativeLauncherKit'; /** Type alias for the LauncherKit native module specification. */ export type LauncherKitSpec = Spec;