neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
12 lines • 416 B
TypeScript
import { member } from "../../../core";
export interface FormatLocaleStringInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Locale?: member<any>;
Key?: member<any>;
}
export declare function FormatLocaleString(props: FormatLocaleStringInput): any;
//# sourceMappingURL=FormatLocaleString.d.ts.map