/**
 * Representation of the 'IncludePathsArray' schema.
 * @example [
 *   "/testFolder1",
 *   "/testFolder2"
 * ]
 */
export type IncludePathsArray = string[];
//# sourceMappingURL=include-paths-array.d.ts.map