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

FitDescriptor

import type { FitDescriptor } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Describes the fit level of an asset for migration to a specific target.

interface FitDescriptor {
fitLevel?:
| "FIT_LEVEL_UNSPECIFIED"
| "FIT"
| "NO_FIT"
| "REQUIRES_EFFORT";
}

§Properties

§
fitLevel?: "FIT_LEVEL_UNSPECIFIED" | "FIT" | "NO_FIT" | "REQUIRES_EFFORT"
[src]

Fit level.