cfb286ef87
This reverts commit 6b03fb40f3.
4 lines
46 B
TypeScript
4 lines
46 B
TypeScript
export type AuthUser = {
|
|
userId: string;
|
|
};
|