delete type from auth

This commit is contained in:
Mads Rasmussen
2023-11-09 22:16:17 +01:00
parent 2c0de74cda
commit be757a4521
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
export * from './auth.interface.js';
export * from './auth.context.js';
export * from './types.js';
export * from './auth.token.js';

View File

@@ -1 +0,0 @@
export type { CurrentUserResponseModel as UmbCurrentUser } from '@umbraco-cms/backoffice/backend-api';