UNPKG

nitro-codegen

Version:

The code-generator for react-native-nitro-modules.

5 lines (4 loc) 265 B
import type { ts, Type } from 'ts-morph'; import type { NamedType } from './types/Type.js'; import type { Language } from '../getPlatformSpecs.js'; export declare function getInterfaceProperties(language: Language, interfaceType: Type<ts.ObjectType>): NamedType[];