import { Guid } from 'guid-typescript'; export interface IUserCredentials { ID: Guid; Username: string; }