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

LayerOutputInterface

import type { LayerOutputInterface } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
interface LayerOutputInterface {
levels: Record<string, {
address: Address;
x: number;
y: number;
w: number;
h: number;
namespace: string;
}
[]
>
;
}

§Properties

§
levels: Record<string, {
address: Address;
x: number;
y: number;
w: number;
h: number;
namespace: string;
}
[]
>
[src]