ISmallBotStoreCopyimport type { ISmallBotStore } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/lib/ISmallBot.ts";interface ISmallBotStore {read(): string | undefined;write(since: string): void;}§Methods§read(): string | undefined[src]§write(since: string): void[src]