mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export declare class Admin {
|
|
constructor(props?: Partial<Admin>);
|
|
id: string;
|
|
}
|