mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 23:48:26 +00:00
4 lines
46 B
TypeScript
4 lines
46 B
TypeScript
export type AuthUser = {
|
|
userId: string;
|
|
};
|