added more types and cleanup
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { rest } from 'msw';
|
||||
|
||||
import { components } from '../../schemas/generated-schema';
|
||||
import {
|
||||
AllowedSectionsResponse,
|
||||
ErrorResponse,
|
||||
|
||||
@@ -6,5 +6,8 @@ export type VersionResponse = components['schemas']['VersionResponse'];
|
||||
export type ErrorResponse = components['schemas']['ErrorResponse'];
|
||||
export type UserResponse = components['schemas']['UserResponse'];
|
||||
export type AllowedSectionsResponse = components['schemas']['AllowedSectionsResponse'];
|
||||
|
||||
export type UmbracoInstaller = components['schemas']['UmbracoInstaller'];
|
||||
|
||||
// Models
|
||||
export type UmbracoInstallerDatabaseModel = components['schemas']['UmbracoInstallerDatabaseModel'];
|
||||
export type UmbracoInstallerUserModel = components['schemas']['UmbracoInstallerUserModel'];
|
||||
|
||||
Reference in New Issue
Block a user