UNPKG

@hapic/harbor

Version:

A harbor http api client.

8 lines (7 loc) 252 B
import type { RobotPermission } from './type'; /** * Create robot permission to access all resources. * * @param namespace (e.g. * or project name) */ export declare function buildRobotPermissionForAllResources(namespace: string): RobotPermission;