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

ListImportsOutput

import type { ListImportsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface ListImportsOutput {
Imports: string[];
NextToken?: string | null;
}

§Properties

§
Imports: string[]
[src]

A list of stack names that are importing the specified exported output value.

§
NextToken?: string | null
[src]

A string that identifies the next page of exports. If there is no additional page, this value is null.