interface Store {
    fsPath: string;
    values: KeysToKeysToAnyValue;
}

Properties

Properties

fsPath: string