sb-mig
Version:
CLI to rule the world. (and handle stuff related to Storyblok CMS)
6 lines (5 loc) • 361 B
TypeScript
import type { ApiClient } from "../client.js";
export declare function getAllRoles(client: ApiClient): Promise<any>;
export declare function getRole(client: ApiClient, roleName: string): Promise<any>;
export declare function createRole(client: ApiClient, role: any): Promise<any>;
export declare function updateRole(client: ApiClient, role: any): Promise<any>;