mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
renaming
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { apiClient } from "../../apiclient";
|
||||
import * as types from "../../modules/types";
|
||||
import type { Action } from "../../types/Action";
|
||||
import type { Permissions } from "../types/Permissions";
|
||||
import type { PermissionCollection } from "../types/Permissions";
|
||||
import { isPending } from "../../modules/pending";
|
||||
import { getFailure } from "../../modules/failure";
|
||||
|
||||
@@ -52,7 +52,7 @@ export function fetchPermissionsPending(
|
||||
}
|
||||
|
||||
export function fetchPermissionsSuccess(
|
||||
permissions: Permissions,
|
||||
permissions: PermissionCollection,
|
||||
namespace: string,
|
||||
name: string
|
||||
): Action {
|
||||
|
||||
Reference in New Issue
Block a user