Skip to content

Instantly share code, notes, and snippets.

@SaurabhLpRocks
Created October 29, 2017 02:11
Show Gist options
  • Select an option

  • Save SaurabhLpRocks/41bd560534d8489ec818530bc0bbe00e to your computer and use it in GitHub Desktop.

Select an option

Save SaurabhLpRocks/41bd560534d8489ec818530bc0bbe00e to your computer and use it in GitHub Desktop.
export interface ServerResponse {
data: any;
error: string[];
message: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment