Skip to content

Instantly share code, notes, and snippets.

@santoshyadavdev
Last active February 6, 2020 07:54
Show Gist options
  • Save santoshyadavdev/93b8bd180a53863da93a96425ddf362a to your computer and use it in GitHub Desktop.
Save santoshyadavdev/93b8bd180a53863da93a96425ddf362a to your computer and use it in GitHub Desktop.
export interface Config {
apiEndPoint: string;
timeout: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment