interface IPFSDatastoreChatMessageHistoryProps {
    datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;
    sessionId: string;
}

Properties

Properties

datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>
sessionId: string