aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/user-credentials.ts
blob: bb47540676723120262d16a3b0c723c26fdb553a (plain) (blame)
1
2
3
4
5
6
import { Guid } from 'guid-typescript';

export interface IUserCredentials {
  ID: Guid;
  Username: string;
}