export interface HandlerMetadataSchemaUpdateResponse { /** Names of the metadata schema fields successfully added. */ addedFields?: string[]; /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; tenantId?: string; }