Takaro - v0.4.9
    Preparing search index...

    Interface BoundingBoxSearchInputDTO

    BoundingBoxSearchInputDTO

    interface BoundingBoxSearchInputDTO {
        endDate?: string;
        gameserverId: string;
        maxX: number;
        maxY: number;
        maxZ: number;
        minX: number;
        minY: number;
        minZ: number;
        startDate?: string;
    }
    Index

    Properties

    endDate?: string

    BoundingBoxSearchInputDTO

    gameserverId: string

    BoundingBoxSearchInputDTO

    maxX: number

    BoundingBoxSearchInputDTO

    maxY: number

    BoundingBoxSearchInputDTO

    maxZ: number

    BoundingBoxSearchInputDTO

    minX: number

    BoundingBoxSearchInputDTO

    minY: number

    BoundingBoxSearchInputDTO

    minZ: number

    BoundingBoxSearchInputDTO

    startDate?: string

    BoundingBoxSearchInputDTO