This commit is contained in:
archer
2025-05-30 18:11:16 +08:00
parent ded0383ac4
commit e59816aba4
8 changed files with 35 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ export const authApp = async ({
appId: ParentIdType;
per: PermissionValueType;
}): Promise<
AuthResponseType & {
AuthResponseType<AppPermission> & {
app: AppDetailType;
}
> => {