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

VanillaEntity

interface VanillaEntity {
__identifier__: string;
__type__: "entity";
__unique_id__: Long;
id: number;
}

§Properties

§
__identifier__: string
[src]
§
__type__: "entity"
[src]
§
__unique_id__: Long
[src]
§
id: number
[src]