NodeJSDatapushOn this pagepush ▸ push(data): Promise<void> Pushes the data to the CausaDB server. Parameters NameTypeDescriptiondataanyThe new data. Returns Promise<void> Promise that resolves when the data has been added. Throws If the server request fails.