Type Alias DoorInitializer

DoorInitializer: {
    coords: Vector3;
    local?: boolean;
    modelHash: number;
}