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

This commit is contained in:
2021-02-26 18:33:55 +00:00
parent f7118fcc1f
commit 6eef75f329
10 changed files with 46 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
export declare type ResponseSelfServiceOrganisation = {
name: string;
teams: Array<any>;
};