Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created June 28, 2021 03:00
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 dsibinski/3e82afea66834d58d9c146213978af83 to your computer and use it in GitHub Desktop.
Save dsibinski/3e82afea66834d58d9c146213978af83 to your computer and use it in GitHub Desktop.
import { Guid } from 'guid-typescript';
export interface PersonAvatarViewModel {
id: Guid;
name: string;
imageUrl: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment