Skip to content

Instantly share code, notes, and snippets.

@Sampath-Lokuge
Created February 25, 2019 19:55
Show Gist options
  • Save Sampath-Lokuge/a46f957db36b94604f419ae808f59806 to your computer and use it in GitHub Desktop.
Save Sampath-Lokuge/a46f957db36b94604f419ae808f59806 to your computer and use it in GitHub Desktop.
user-profile
export interface UserProfile {
id: string;
name: string;
email: string;
creationTime: any;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment