Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created July 7, 2017 07:15
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/ed64d4ae25905aa09a777deb90e22625 to your computer and use it in GitHub Desktop.
Save ypcode/ed64d4ae25905aa09a777deb90e22625 to your computer and use it in GitHub Desktop.
export interface IHardwareRequest {
title: string;
type: string;
quantity: number;
remark: string;
approved: boolean;
rejectionReason: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment