UNPKG

261 BTypeScriptView Raw
1/**
2 * This file was automatically generated.
3 * DO NOT MODIFY BY HAND.
4 * Run `yarn special-lint-fix` to update
5 */
6
7export interface OccurrenceOrderModuleIdsPluginOptions {
8 /**
9 * Prioritise initial size over total size
10 */
11 prioritiseInitial?: boolean;
12}