ReflectionVerseReference.ts 95 B

12345
  1. export type ReflectionVerseReference = {
  2. chapter: number;
  3. from?: number;
  4. to?: number;
  5. };