feat(kol): expose kol_profile on /api/auth/me and add seed script
This commit is contained in:
@@ -30,6 +30,7 @@ export interface UserInfo {
|
||||
tenant_id: number;
|
||||
tenant_role: string;
|
||||
permissions: string[];
|
||||
kol_profile: KolProfileBrief | null;
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
|
||||
Reference in New Issue
Block a user