Get rid of a few more fields
This commit is contained in:
parent
51e089f9a9
commit
a75c7b22a1
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@ import {GlobalVarsService} from './global-vars.service';
|
||||||
|
|
||||||
export class ProfileEntryResponse {
|
export class ProfileEntryResponse {
|
||||||
Username: string | null = null;
|
Username: string | null = null;
|
||||||
Description: string | null = null;
|
|
||||||
ProfilePic?: string;
|
|
||||||
PublicKeyBase58Check?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class User {
|
export class User {
|
||||||
|
|
Loading…
Reference in a new issue