Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created July 7, 2017 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ypcode/16990b3b36546fb949a0a9f45c7e5772 to your computer and use it in GitHub Desktop.
Save ypcode/16990b3b36546fb949a0a9f45c7e5772 to your computer and use it in GitHub Desktop.
import { HttpClient } from "@microsoft/sp-http";
export interface IHardwareRequestFormProps {
description: string;
httpClient: HttpClient;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment