Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateFeatureResponse

import type { CreateFeatureResponse } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface CreateFeatureResponse {
feature?: Feature | null;
}

§Properties

§
feature?: Feature | null
[src]

A structure that contains information about the new feature.