
/* MAIN */

type Options = {
  fallback?: string,
  window?: number
};

/* EXPORT */

export type {Options};
