Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created June 18, 2017 00:29
Show Gist options
  • Select an option

  • Save devonzuegel/71ad5590b4aea3ebb7e250342cc8ff68 to your computer and use it in GitHub Desktop.

Select an option

Save devonzuegel/71ad5590b4aea3ebb7e250342cc8ff68 to your computer and use it in GitHub Desktop.
interface NewUseRule extends BaseRule {
test: Condition | Condition[]; /** A condition that must be met */
use: Loader | Loader[]; /** A loader or array of loaders */
}
type Rule = NewUseRule;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment