UNPKG

118 BTypeScriptView Raw
1export interface IError {
2 'username': string;
3 'password': string;
4 'terms': string;
5 'email': string;
6}