Cleaned up and added options to passage ref query.
This commit is contained in:
7
src/settings.ts
Normal file
7
src/settings.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PassageFormat } from "./passage-reference";
|
||||
|
||||
export interface LocalBibleRefSettings {
|
||||
biblesPath: string;
|
||||
defaultVersionShorthand: string;
|
||||
defaultPassageFormat: PassageFormat;
|
||||
}
|
||||
Reference in New Issue
Block a user