export interface SchemaOptions {
  /**
   * The path to the source root directory.
   */
  path: string;
  /**
   * The location of the translation files.
   */
  translationFilesPath: string;
  /**
   * The languages of the project.
   */
  langs: string;
}
