feat: expose MinIO operator console
This commit is contained in:
@@ -6,7 +6,7 @@ import type { ApiResponse } from '@/api/types'
|
||||
* gated by our own admin permissions. The backend registry is
|
||||
* config/internal_surfaces.php; the surface id must match a key there.
|
||||
*/
|
||||
export type InternalSurface = 'db-studio'
|
||||
export type InternalSurface = 'db-studio' | 'minio-console'
|
||||
|
||||
export interface InternalSurfaceSession {
|
||||
kind: 'internal_surface_session'
|
||||
|
||||
Reference in New Issue
Block a user