Edit File: miscellaneous.d.ts
export default class MiscUtils { static generateUUID(): string; static getValueFromDump(property: any, parentProperty?: any): number; }
Back to File Manager