UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

13 lines 463 B
import { member } from "../../core"; export interface CurrentLocaleInfoInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; LocaleCode?: member<any>; LanguageCode?: member<any>; NativeLocaleName?: member<any>; EnglishLocaleName?: member<any>; } export declare function CurrentLocaleInfo(props: CurrentLocaleInfoInput): any; //# sourceMappingURL=CurrentLocaleInfo.d.ts.map