🚀New lib version v0.4.5 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-02-09 18:28:47 +00:00
parent 95601107e9
commit f7118fcc1f
8 changed files with 42 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
export declare type ResponseUserGroupPermissions = {
directlyGranted?: Array<any>;
inherited?: Array<any>;
};

View File

@@ -0,0 +1,5 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });