mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Persist forks in home db
Summary: Adds information about forks to the home db. This will be used later by the UI to list forks of documents. Test Plan: Browser and server tests. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3772
This commit is contained in:
@@ -169,6 +169,7 @@ export interface QueryResult extends TableFetchResult {
|
||||
* docId of XXXXX~FORKID[~USERID] and a urlId of UUUUU~FORKID[~USERID].
|
||||
*/
|
||||
export interface ForkResult {
|
||||
forkId: string;
|
||||
docId: string;
|
||||
urlId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user