feat(developer): use ProcesData instead old convert_object

This commit is contained in:
Sabine 2025-08-20 11:56:33 +02:00
parent db354a948c
commit a09d615ed0

View file

@ -81,7 +81,7 @@ export class KmnFileWriter {
* @param data_ukelele an object containing all data read from a .keylayout file
* @return string - all stores to be printed
*/
public write_KmnFileHeader(data_ukelele: convert_object): string {
public write_KmnFileHeader(data_ukelele: ProcesData) {
let data: string = "";