Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created June 20, 2019 06:40
Show Gist options
  • Save buildmotion/dff35185eacdd2de2032201193e79347 to your computer and use it in GitHub Desktop.
Save buildmotion/dff35185eacdd2de2032201193e79347 to your computer and use it in GitHub Desktop.
import { IConfiguration } from "./i-configuration";
export class ConfigurationContext {
config: IConfiguration;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment