interface IBackupimport { type IBackup } from "https://dotland.deno.dev/x/pg_mem@2.6.13/interfaces.ts"; Methodsrestore(): voidRestores data to the state when this backup has been performed. 👉 This operation is O(1). 👉 Schema must not have been changed since then !