Variable $PaginatedResultLinksDtoConst

$PaginatedResultLinksDto: {
    properties: {
        current: {
            description: "";
            nullable: false;
            type: "string";
        };
        first: {
            description: "";
            nullable: true;
            type: "string";
        };
        last: {
            description: "";
            nullable: true;
            type: "string";
        };
        next: {
            description: "";
            nullable: true;
            type: "string";
        };
        previous: {
            description: "";
            nullable: true;
            type: "string";
        };
    };
    required: readonly ["first", "previous", "current", "next", "last"];
    type: "object";
} = ...