Type Alias RawEntitySpawn

RawEntitySpawn: Prettify<Location & {
    pitch?: number;
    world: string;
    yaw?: number;
}>