mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 08:00:51 +01:00
Merge branch 'fix/variable-cleanup' of https://git.krews.org/nitro/nitro-renderer into fix/variable-cleanup
This commit is contained in:
commit
ffea626e94
@ -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…
Reference in New Issue
Block a user