chore: include pre-built dist for github install
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export interface InjectedPathsData {
|
||||
sessionID: string;
|
||||
injectedPaths: string[];
|
||||
updatedAt: number;
|
||||
}
|
||||
export declare function createInjectedPathsStorage(storageDir: string): {
|
||||
loadInjectedPaths: (sessionID: string) => Set<string>;
|
||||
saveInjectedPaths: (sessionID: string, paths: Set<string>) => void;
|
||||
clearInjectedPaths: (sessionID: string) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user