mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-20 03:32:36 +01:00
Fix interface error
This commit is contained in:
parent
c9365e0cf8
commit
0c48154274
@ -1,6 +1,6 @@
|
|||||||
export interface ILandingPageUserEntry
|
export interface ILandingPageUserEntry
|
||||||
{
|
{
|
||||||
get userId(): number;
|
userId: number;
|
||||||
get userName(): string;
|
userName: string;
|
||||||
get figure(): string;
|
figure: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user