import type * as HydraDB from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout } from "../../../../types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js"; import { TenantsCustomPropertyDefinition } from "../../../../types/TenantsCustomPropertyDefinition.js"; export declare const TenantsTenantCreateRequest: core.serialization.Schema; export declare namespace TenantsTenantCreateRequest { interface Raw { database?: string | null; database_metadata_schema?: TenantsCustomPropertyDefinition.Raw[] | null; embeddings_dimension?: number | null; is_embeddings_tenant?: boolean | null; tenant_id?: string | null; tenant_metadata_schema?: TenantsCustomPropertyDefinition.Raw[] | null; type?: GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.Raw | null; } }