1 2 3 4 5 6
import { Guid } from 'guid-typescript'; export interface IUserCredentials { ID: Guid; Username: string; }