We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b80615 commit b3bd820Copy full SHA for b3bd820
src/api/index.ts
@@ -29,3 +29,4 @@ export * from './spaceSettings';
29
export * from './template';
30
export * from './themes';
31
export * from './users';
32
+export * from './userProperties';
src/clients/confluenceClient.ts
@@ -32,8 +32,8 @@ import {
Template,
33
Themes,
34
Users,
35
+ UserProperties,
36
} from '../api';
-import { UserProperties } from '~/api/userProperties';
37
38
export class ConfluenceClient extends BaseClient {
39
constructor(config: Config) {
0 commit comments