This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
pointToNetwork
/
chat-service
Sledovat
5
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a957b3f2e9
Větve
Značky
dev
master
one
two
chat-service
/
src
/
interface.ts
interface.ts
97 B
Historie
Surový
1
2
3
4
5
6
/**
* @description User-Service parameters
*/
export interface IUserOptions {
uid: number;
}