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

BindingMetadata

type BindingMetadata = {
[key: string]: BindingTypes | undefined;
}
& {
__isScriptSetup?: boolean;
__propsAliases?: Record<string, string>;
}
;

§Type

§
{
[key: string]: BindingTypes | undefined;
}
& {
__isScriptSetup?: boolean;
__propsAliases?: Record<string, string>;
}
[src]